#8AB5CA

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

Shades of Seagull #8AB5CA

Tints of Seagull #8AB5CA

Color information

#8AB5CA (or 0x8AB5CA) is unknown color: approx Seagull. HEX triplet: 8A, B5 and CA. RGB value is (138,181,202). Sum of RGB (Red+Green+Blue) = 138+181+202=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB5CA is #754A35. Grayscale: #AAAAAA. Windows color (decimal): -7686710 or 13284746. OLE color: 13284746.

HSL color Cylindrical-coordinate representation of color #8AB5CA: hue angle of 199.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB5CA is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138181202-
CMYK0.320.1000.21
HSL199.69º37.65%66.67%-
HSV(B)199.69º31.68%79.22%-
XYZ37.6742.7262.14-
YUV170.54145.75104.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=26.49%
G=34.74%
B=38.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381812020.320.1000.21199.6937.6566.67
Hex8AB5CA20A015c82643
Octal212265312401202531046103
Binary1000101010110101110010101000001010010101110010001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,202); }

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

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

 a { background-color: rgb(138,181,202); }

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

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

 span { border-color: rgb(138,181,202); }

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