#9DBBCD

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

Shades of Heather #9DBBCD

Tints of Heather #9DBBCD

Color information

#9DBBCD (or 0x9DBBCD) is unknown color: approx Heather. HEX triplet: 9D, BB and CD. RGB value is (157,187,205). Sum of RGB (Red+Green+Blue) = 157+187+205=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBCD is #624432. Grayscale: #B3B3B3. Windows color (decimal): -6439987 or 13482909. OLE color: 13482909.

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

Color convert

RGB157187205-
CMYK0.230.0900.20
HSL202.5º32.43%70.98%-
HSV(B)202.5º23.41%80.39%-
XYZ42.6947.1264.6-
YUV180.08142.06111.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=28.60%
G=34.06%
B=37.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571872050.230.0900.20202.532.4370.98
Hex9DBBCD179014ca2047
Octal235273315271102431240107
Binary100111011011101111001101101111001010100110010101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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