#9EB7BB

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

Shades of Casper #9EB7BB

Tints of Casper #9EB7BB

Color information

#9EB7BB (or 0x9EB7BB) is unknown color: approx Casper. HEX triplet: 9E, B7 and BB. RGB value is (158,183,187). Sum of RGB (Red+Green+Blue) = 158+183+187=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB7BB is #614844. Grayscale: #AFAFAF. Windows color (decimal): -6375493 or 12302238. OLE color: 12302238.

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

Color convert

RGB158183187-
CMYK0.160.0200.27
HSL188.28º17.58%67.65%-
HSV(B)188.28º15.51%73.33%-
XYZ4044.7253.54-
YUV175.98134.22115.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=29.92%
G=34.66%
B=35.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581831870.160.0200.27188.2817.5867.65
Hex9EB7BB10201Bbc1244
Octal23626727320203327422104
Binary100111101011011110111011100001001101110111100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,183,187); }

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

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

 a { background-color: rgb(158,183,187); }

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

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

 span { border-color: rgb(158,183,187); }

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