#9DB9CF

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

Shades of Heather #9DB9CF

Tints of Heather #9DB9CF

Color information

#9DB9CF (or 0x9DB9CF) is unknown color: approx Heather. HEX triplet: 9D, B9 and CF. RGB value is (157,185,207). Sum of RGB (Red+Green+Blue) = 157+185+207=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9CF is #624630. Grayscale: #B3B3B3. Windows color (decimal): -6440497 or 13613469. OLE color: 13613469.

HSL color Cylindrical-coordinate representation of color #9DB9CF: hue angle of 206.4º degrees, saturation: 0.34, 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 #9DB9CF is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157185207-
CMYK0.240.1100.19
HSL206.4º34.25%71.37%-
HSV(B)206.4º24.15%81.18%-
XYZ42.5246.3765.74-
YUV179.14143.72112.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=28.60%
G=33.70%
B=37.70%

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
Decimal1571852070.240.1100.19206.434.2571.37
Hex9DB9CF18B013ce2247
Octal235271317301302331642107
Binary100111011011100111001111110001011010011110011101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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