#8ABAC9

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

Shades of Seagull #8ABAC9

Tints of Seagull #8ABAC9

Color information

#8ABAC9 (or 0x8ABAC9) is unknown color: approx Seagull. HEX triplet: 8A, BA and C9. RGB value is (138,186,201). Sum of RGB (Red+Green+Blue) = 138+186+201=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #8ABAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAC9 is #754536. Grayscale: #ADADAD. Windows color (decimal): -7685431 or 13220490. OLE color: 13220490.

HSL color Cylindrical-coordinate representation of color #8ABAC9: hue angle of 194.29º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABAC9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138186201-
CMYK0.310.0700.21
HSL194.29º36.84%66.47%-
HSV(B)194.29º31.34%78.82%-
XYZ38.5844.7461.86-
YUV173.36143.6102.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=26.29%
G=35.43%
B=38.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381862010.310.0700.21194.2936.8466.47
Hex8ABAC91F7015c22542
Octal21227231137702530245102
Binary10001010101110101100100111111111010101110000101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,201); }

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

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

 a { background-color: rgb(138,186,201); }

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

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

 span { border-color: rgb(138,186,201); }

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