#9DBDCF

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

Shades of Heather #9DBDCF

Tints of Heather #9DBDCF

Color information

#9DBDCF (or 0x9DBDCF) is unknown color: approx Heather. HEX triplet: 9D, BD and CF. RGB value is (157,189,207). Sum of RGB (Red+Green+Blue) = 157+189+207=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCF is #624230. Grayscale: #B5B5B5. Windows color (decimal): -6439473 or 13614493. OLE color: 13614493.

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

Color convert

RGB157189207-
CMYK0.240.0900.19
HSL201.6º34.25%71.37%-
HSV(B)201.6º24.15%81.18%-
XYZ43.3648.0766.02-
YUV181.48142.4110.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=28.39%
G=34.18%
B=37.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571892070.240.0900.19201.634.2571.37
Hex9DBDCF189013ca2247
Octal235275317301102331242107
Binary100111011011110111001111110001001010011110010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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