#8CB9CA

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

Shades of Seagull #8CB9CA

Tints of Seagull #8CB9CA

Color information

#8CB9CA (or 0x8CB9CA) is unknown color: approx Seagull. HEX triplet: 8C, B9 and CA. RGB value is (140,185,202). Sum of RGB (Red+Green+Blue) = 140+185+202=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB9CA is #734635. Grayscale: #ADADAD. Windows color (decimal): -7554614 or 13285772. OLE color: 13285772.

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

Color convert

RGB140185202-
CMYK0.310.0800.21
HSL196.45º36.9%67.06%-
HSV(B)196.45º30.69%79.22%-
XYZ38.8244.5462.43-
YUV173.48144.09104.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=26.57%
G=35.10%
B=38.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401852020.310.0800.21196.4536.967.06
Hex8CB9CA1F8015c42543
Octal214271312371002530445103
Binary100011001011100111001010111111000010101110001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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