#8ABFD2

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

Shades of Seagull #8ABFD2

Tints of Seagull #8ABFD2

Color information

#8ABFD2 (or 0x8ABFD2) is unknown color: approx Seagull. HEX triplet: 8A, BF and D2. RGB value is (138,191,210). Sum of RGB (Red+Green+Blue) = 138+191+210=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #8ABFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFD2 is #75402D. Grayscale: #B1B1B1. Windows color (decimal): -7684142 or 13811594. OLE color: 13811594.

HSL color Cylindrical-coordinate representation of color #8ABFD2: hue angle of 195.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABFD2 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138191210-
CMYK0.340.0900.18
HSL195.83º44.44%68.24%-
HSV(B)195.83º34.29%82.35%-
XYZ40.7447.3267.96-
YUV177.32146.4499.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.60%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=25.60%
G=35.44%
B=38.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381912100.340.0900.18195.8344.4468.24
Hex8ABFD2229012c42c44
Octal212277322421102230454104
Binary1000101010111111110100101000101001010010110001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABFD2; }

 p { color: rgb(138,191,210); }

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

<style>
 a { background-color: #8ABFD2; }

 a { background-color: rgb(138,191,210); }

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

<style>
 span { border-color: #8ABFD2; }

 span { border-color: rgb(138,191,210); }

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