Html Css Color HEX #9DBDCD Heather

📋 copy color: '#9DBDCD'

red 157 ◦ green 189 ◦ blue 205

#9DBDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #9DBDCD

Tints of Heather #9DBDCD

RGB

 RED value IS 157 (61.72% from 255) = 28.49%

 GREEN value IS 189 (74.22% from 255) = 34.3%

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 28.49%
G = 34.3%
B = 37.21%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DBDCD (or 0x9DBDCD) is known color: 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

RGB 157 189 205 -
CMYK 0.23 0.08 0 0.20
HSL 200º 0.32% 0.71% -
HSV(B) 200º 0.23% 0.8% -
XYZ 43.12 47.97 64.74 -
YUV 181.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 157 189 205 0.23 0.08 0 0.20 200 0.32 0.71
Hex 9D BD CD 17 8 0 14 C8 20 47
Octal 235 275 315 27 10 0 24 310 40 107
Binary 10011101 10111101 11001101 10111 1000 0 10100 11001000 100000 1000111

Color Harmonies of #9DBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDCD

Black with #9DBDCD

Text Example


Text Example

White with #9DBDCD

Text Example


Text Example

HTML Codes & Css Web 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>