#9EBABB

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

Shades of Casper #9EBABB

Tints of Casper #9EBABB

Color information

#9EBABB (or 0x9EBABB) is unknown color: approx Casper. HEX triplet: 9E, BA and BB. RGB value is (158,186,187). Sum of RGB (Red+Green+Blue) = 158+186+187=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBABB is #614544. Grayscale: #B1B1B1. Windows color (decimal): -6374725 or 12303006. OLE color: 12303006.

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

Color convert

RGB158186187-
CMYK0.160.0100.27
HSL182.07º17.58%67.65%-
HSV(B)182.07º15.51%73.33%-
XYZ40.6345.9753.75-
YUV177.74133.22113.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=29.76%
G=35.03%
B=35.22%

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
Decimal1581861870.160.0100.27182.0717.5867.65
Hex9EBABB10101Bb61244
Octal23627227320103326622104
Binary10011110101110101011101110000101101110110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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