#9DB5BA

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

Shades of Casper #9DB5BA

Tints of Casper #9DB5BA

Color information

#9DB5BA (or 0x9DB5BA) is unknown color: approx Casper. HEX triplet: 9D, B5 and BA. RGB value is (157,181,186). Sum of RGB (Red+Green+Blue) = 157+181+186=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5BA is #624A45. Grayscale: #AEAEAE. Windows color (decimal): -6441542 or 12236189. OLE color: 12236189.

HSL color Cylindrical-coordinate representation of color #9DB5BA: hue angle of 190.34º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB5BA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157181186-
CMYK0.160.0300.27
HSL190.34º17.37%67.25%-
HSV(B)190.34º15.59%72.94%-
XYZ39.2943.7652.83-
YUV174.39134.55115.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=29.96%
G=34.54%
B=35.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571811860.160.0300.27190.3417.3767.25
Hex9DB5BA10301Bbe1143
Octal23526527220303327621103
Binary100111011011010110111010100001101101110111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,186); }

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

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

 a { background-color: rgb(157,181,186); }

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

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

 span { border-color: rgb(157,181,186); }

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