#9EBEC4

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

Shades of Casper #9EBEC4

Tints of Casper #9EBEC4

Color information

#9EBEC4 (or 0x9EBEC4) is unknown color: approx Casper. HEX triplet: 9E, BE and C4. RGB value is (158,190,196). Sum of RGB (Red+Green+Blue) = 158+190+196=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #9EBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEC4 is #61413B. Grayscale: #B5B5B5. Windows color (decimal): -6373692 or 12893854. OLE color: 12893854.

HSL color Cylindrical-coordinate representation of color #9EBEC4: hue angle of 189.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBEC4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB158190196-
CMYK0.190.0300.23
HSL189.47º24.36%69.41%-
HSV(B)189.47º19.39%76.86%-
XYZ42.4848.0859.27-
YUV181.12136.4111.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=29.04%
G=34.93%
B=36.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581901960.190.0300.23189.4724.3669.41
Hex9EBEC4133017bd1845
Octal23627630423302727530105
Binary100111101011111011000100100111101011110111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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