#7abbdf

Color #7ABBDF Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7ABBDF

Tints of Seagull #7ABBDF

Color information

#7ABBDF (or 0x7ABBDF) is unknown color: approx Seagull. HEX triplet: 7A, BB and DF. RGB value is (122,187,223). Sum of RGB (Red+Green+Blue) = 122+187+223=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ABBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBDF is #854420. Grayscale: #ABABAB. Windows color (decimal): -8733729 or 14662522. OLE color: 14662522.

HSL color Cylindrical-coordinate representation of color #7ABBDF: hue angle of 201.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABBDF is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122187223-
CMYK0.450.1600.13
HSL201.39º61.21%67.65%-
HSV(B)201.39º45.29%87.45%-
XYZ39.1245.0176.44-
YUV171.67156.9792.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 22.93%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=22.93%
G=35.15%
B=41.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221872230.450.1600.13201.3961.2167.65
Hex7ABBDF2D100Dc93d44
Octal172273337552001531175104
Binary111101010111011110111111011011000001101110010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7abbdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7abbdf; }

 p { color: rgb(122,187,223); }

 H1.HeaderClassName
 {
   color: #7abbdf;
 }
 .AnyTagClassName
 {
   color: #7abbdf;
 }
</style>
background-color css

<style>
 a { background-color: #7abbdf; }

 a { background-color: rgb(122,187,223); }

 div.DivClassName
 {
   background-color: #7abbdf;
 }
 .BgClassName
 {
   background-color: #7abbdf;
 }
</style>
border-color css

<style>
 span { border-color: #7abbdf; }

 span { border-color: rgb(122,187,223); }

 td.TdClassName
 {
   border-color: #7abbdf;
 }
 .TagClassName
 {
   border-color: #7abbdf;
 }
</style>