#9DB9CB

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

Shades of Heather #9DB9CB

Tints of Heather #9DB9CB

Color information

#9DB9CB (or 0x9DB9CB) is unknown color: approx Heather. HEX triplet: 9D, B9 and CB. RGB value is (157,185,203). Sum of RGB (Red+Green+Blue) = 157+185+203=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9CB is #624634. Grayscale: #B2B2B2. Windows color (decimal): -6440501 or 13351325. OLE color: 13351325.

HSL color Cylindrical-coordinate representation of color #9DB9CB: hue angle of 203.48º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB9CB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157185203-
CMYK0.230.0900.20
HSL203.48º30.67%70.59%-
HSV(B)203.48º22.66%79.61%-
XYZ42.0346.1863.2-
YUV178.68141.72112.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=28.81%
G=33.94%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571852030.230.0900.20203.4830.6770.59
Hex9DB9CB179014cb1f47
Octal235271313271102431337107
Binary10011101101110011100101110111100101010011001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,185,203); }

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

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

 a { background-color: rgb(157,185,203); }

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

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

 span { border-color: rgb(157,185,203); }

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