#8ABBD4

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

Shades of Seagull #8ABBD4

Tints of Seagull #8ABBD4

Color information

#8ABBD4 (or 0x8ABBD4) is unknown color: approx Seagull. HEX triplet: 8A, BB and D4. RGB value is (138,187,212). Sum of RGB (Red+Green+Blue) = 138+187+212=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #8ABBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBD4 is #75442B. Grayscale: #AFAFAF. Windows color (decimal): -7685164 or 13941642. OLE color: 13941642.

HSL color Cylindrical-coordinate representation of color #8ABBD4: hue angle of 200.27º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABBD4 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138187212-
CMYK0.350.1200.17
HSL200.27º46.25%68.63%-
HSV(B)200.27º34.91%83.14%-
XYZ40.1445.768.99-
YUV175.2148.77101.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=25.70%
G=34.82%
B=39.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1381872120.350.1200.17200.2746.2568.63
Hex8ABBD423C011c82e45
Octal212273324431402131056105
Binary1000101010111011110101001000111100010001110010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,212); }

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

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

 a { background-color: rgb(138,187,212); }

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

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

 span { border-color: rgb(138,187,212); }

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