#8DB9CA

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

Shades of Seagull #8DB9CA

Tints of Seagull #8DB9CA

Color information

#8DB9CA (or 0x8DB9CA) is unknown color: approx Seagull. HEX triplet: 8D, B9 and CA. RGB value is (141,185,202). Sum of RGB (Red+Green+Blue) = 141+185+202=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9CA is #724635. Grayscale: #ADADAD. Windows color (decimal): -7489078 or 13285773. OLE color: 13285773.

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

Color convert

RGB141185202-
CMYK0.300.0800.21
HSL196.72º36.53%67.25%-
HSV(B)196.72º30.2%79.22%-
XYZ38.9944.6262.44-
YUV173.78143.92104.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=26.70%
G=35.04%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411852020.300.0800.21196.7236.5367.25
Hex8DB9CA1E8015c52543
Octal215271312361002530545103
Binary100011011011100111001010111101000010101110001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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