#9DBBBF

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

Shades of Casper #9DBBBF

Tints of Casper #9DBBBF

Color information

#9DBBBF (or 0x9DBBBF) is unknown color: approx Casper. HEX triplet: 9D, BB and BF. RGB value is (157,187,191). Sum of RGB (Red+Green+Blue) = 157+187+191=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBBF is #624440. Grayscale: #B2B2B2. Windows color (decimal): -6440001 or 12565405. OLE color: 12565405.

HSL color Cylindrical-coordinate representation of color #9DBBBF: hue angle of 187.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBBBF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157187191-
CMYK0.180.0200.25
HSL187.06º20.99%68.24%-
HSV(B)187.06º17.8%74.9%-
XYZ41.0846.4756.09-
YUV178.49135.06112.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 35.70%
R=29.35%
G=34.95%
B=35.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571871910.180.0200.25187.0620.9968.24
Hex9DBBBF122019bb1544
Octal23527327722203127325104
Binary100111011011101110111111100101001100110111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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