#8AB9CA

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

Shades of Seagull #8AB9CA

Tints of Seagull #8AB9CA

Color information

#8AB9CA (or 0x8AB9CA) is unknown color: approx Seagull. HEX triplet: 8A, B9 and CA. RGB value is (138,185,202). Sum of RGB (Red+Green+Blue) = 138+185+202=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9CA is #754635. Grayscale: #ACACAC. Windows color (decimal): -7685686 or 13285770. OLE color: 13285770.

HSL color Cylindrical-coordinate representation of color #8AB9CA: hue angle of 195.94º 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 #8AB9CA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138185202-
CMYK0.320.0800.21
HSL195.94º37.65%66.67%-
HSV(B)195.94º31.68%79.22%-
XYZ38.4944.3762.41-
YUV172.88144.43103.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=26.29%
G=35.24%
B=38.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381852020.320.0800.21195.9437.6566.67
Hex8AB9CA208015c42643
Octal212271312401002530446103
Binary1000101010111001110010101000001000010101110001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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