#9DB7CB

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

Shades of Heather #9DB7CB

Tints of Heather #9DB7CB

Color information

#9DB7CB (or 0x9DB7CB) is unknown color: approx Heather. HEX triplet: 9D, B7 and CB. RGB value is (157,183,203). Sum of RGB (Red+Green+Blue) = 157+183+203=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB7CB is #624834. Grayscale: #B1B1B1. Windows color (decimal): -6441013 or 13350813. OLE color: 13350813.

HSL color Cylindrical-coordinate representation of color #9DB7CB: hue angle of 206.09º 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 #9DB7CB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157183203-
CMYK0.230.1000.20
HSL206.09º30.67%70.59%-
HSV(B)206.09º22.66%79.61%-
XYZ41.6245.3563.06-
YUV177.51142.39113.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=28.91%
G=33.70%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571832030.230.1000.20206.0930.6770.59
Hex9DB7CB17A014ce1f47
Octal235267313271202431637107
Binary10011101101101111100101110111101001010011001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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