#9EBABE

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

Shades of Casper #9EBABE

Tints of Casper #9EBABE

Color information

#9EBABE (or 0x9EBABE) is unknown color: approx Casper. HEX triplet: 9E, BA and BE. RGB value is (158,186,190). Sum of RGB (Red+Green+Blue) = 158+186+190=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBABE is #614541. Grayscale: #B2B2B2. Windows color (decimal): -6374722 or 12499614. OLE color: 12499614.

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

Color convert

RGB158186190-
CMYK0.170.0200.25
HSL187.5º19.75%68.24%-
HSV(B)187.5º16.84%74.51%-
XYZ40.9546.155.46-
YUV178.08134.72113.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=29.59%
G=34.83%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581861900.170.0200.25187.519.7568.24
Hex9EBABE112019bc1444
Octal23627227621203127424104
Binary100111101011101010111110100011001100110111100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,190); }

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

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

 a { background-color: rgb(158,186,190); }

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

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

 span { border-color: rgb(158,186,190); }

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