#8AB9CE

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

Shades of Seagull #8AB9CE

Tints of Seagull #8AB9CE

Color information

#8AB9CE (or 0x8AB9CE) is unknown color: approx Seagull. HEX triplet: 8A, B9 and CE. RGB value is (138,185,206). Sum of RGB (Red+Green+Blue) = 138+185+206=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9CE is #754631. Grayscale: #ADADAD. Windows color (decimal): -7685682 or 13547914. OLE color: 13547914.

HSL color Cylindrical-coordinate representation of color #8AB9CE: hue angle of 198.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB9CE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138185206-
CMYK0.330.1000.19
HSL198.53º40.96%67.45%-
HSV(B)198.53º33.01%80.78%-
XYZ38.9744.5664.94-
YUV173.34146.43102.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=26.09%
G=34.97%
B=38.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381852060.330.1000.19198.5340.9667.45
Hex8AB9CE21A013c72943
Octal212271316411202330751103
Binary1000101010111001110011101000011010010011110001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,206); }

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

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

 a { background-color: rgb(138,185,206); }

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

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

 span { border-color: rgb(138,185,206); }

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