#9DBDCD

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

Shades of Heather #9DBDCD

Tints of Heather #9DBDCD

Color information

#9DBDCD (or 0x9DBDCD) is unknown color: approx Heather. HEX triplet: 9D, BD and CD. RGB value is (157,189,205). Sum of RGB (Red+Green+Blue) = 157+189+205=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCD is #624232. Grayscale: #B5B5B5. Windows color (decimal): -6439475 or 13483421. OLE color: 13483421.

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

Color convert

RGB157189205-
CMYK0.230.0800.20
HSL200º32.43%70.98%-
HSV(B)200º23.41%80.39%-
XYZ43.1247.9764.74-
YUV181.26141.4110.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=28.49%
G=34.30%
B=37.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571892050.230.0800.2020032.4370.98
Hex9DBDCD178014c82047
Octal235275315271002431040107
Binary100111011011110111001101101111000010100110010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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