#9DB8BA

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

Shades of Casper #9DB8BA

Tints of Casper #9DB8BA

Color information

#9DB8BA (or 0x9DB8BA) is unknown color: approx Casper. HEX triplet: 9D, B8 and BA. RGB value is (157,184,186). Sum of RGB (Red+Green+Blue) = 157+184+186=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB8BA is #624745. Grayscale: #B0B0B0. Windows color (decimal): -6440774 or 12236957. OLE color: 12236957.

HSL color Cylindrical-coordinate representation of color #9DB8BA: hue angle of 184.14º 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 #9DB8BA is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157184186-
CMYK0.160.0100.27
HSL184.14º17.37%67.25%-
HSV(B)184.14º15.59%72.94%-
XYZ39.9144.9953.04-
YUV176.16133.55114.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=29.79%
G=34.91%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571841860.160.0100.27184.1417.3767.25
Hex9DB8BA10101Bb81143
Octal23527027220103327021103
Binary10011101101110001011101010000101101110111000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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