#9DB8CE

Color #9DB8CE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #9DB8CE

Tints of Heather #9DB8CE

Color information

#9DB8CE (or 0x9DB8CE) is unknown color: approx Heather. HEX triplet: 9D, B8 and CE. RGB value is (157,184,206). Sum of RGB (Red+Green+Blue) = 157+184+206=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB8CE is #624731. Grayscale: #B2B2B2. Windows color (decimal): -6440754 or 13547677. OLE color: 13547677.

HSL color Cylindrical-coordinate representation of color #9DB8CE: hue angle of 206.94º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB8CE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157184206-
CMYK0.240.1100.19
HSL206.94º33.33%71.18%-
HSV(B)206.94º23.79%80.78%-
XYZ42.1945.9165.03-
YUV178.44143.55112.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.70%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=28.70%
G=33.64%
B=37.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571842060.240.1100.19206.9433.3371.18
Hex9DB8CE18B013cf2147
Octal235270316301302331741107
Binary100111011011100011001110110001011010011110011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DB8CE; }

 p { color: rgb(157,184,206); }

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

<style>
 a { background-color: #9DB8CE; }

 a { background-color: rgb(157,184,206); }

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

<style>
 span { border-color: #9DB8CE; }

 span { border-color: rgb(157,184,206); }

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