#9DB8CF

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

Shades of Heather #9DB8CF

Tints of Heather #9DB8CF

Color information

#9DB8CF (or 0x9DB8CF) is unknown color: approx Heather. HEX triplet: 9D, B8 and CF. RGB value is (157,184,207). Sum of RGB (Red+Green+Blue) = 157+184+207=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB8CF is #624730. Grayscale: #B2B2B2. Windows color (decimal): -6440753 or 13613213. OLE color: 13613213.

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

Color convert

RGB157184207-
CMYK0.240.1100.19
HSL207.6º34.25%71.37%-
HSV(B)207.6º24.15%81.18%-
XYZ42.3145.9565.67-
YUV178.55144.05112.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 184 (72.27% from 255) = 33.58%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=28.65%
G=33.58%
B=37.77%

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
Decimal1571842070.240.1100.19207.634.2571.37
Hex9DB8CF18B013d02247
Octal235270317301302332042107
Binary100111011011100011001111110001011010011110100001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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