#9EBEC2

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

Shades of Casper #9EBEC2

Tints of Casper #9EBEC2

Color information

#9EBEC2 (or 0x9EBEC2) is unknown color: approx Casper. HEX triplet: 9E, BE and C2. RGB value is (158,190,194). Sum of RGB (Red+Green+Blue) = 158+190+194=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #9EBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEC2 is #61413D. Grayscale: #B4B4B4. Windows color (decimal): -6373694 or 12762782. OLE color: 12762782.

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

Color convert

RGB158190194-
CMYK0.190.0200.24
HSL186.67º22.78%69.02%-
HSV(B)186.67º18.56%76.08%-
XYZ42.2547.9958.08-
YUV180.89135.4111.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=29.15%
G=35.06%
B=35.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581901940.190.0200.24186.6722.7869.02
Hex9EBEC2132018bb1745
Octal23627630223203027327105
Binary100111101011111011000010100111001100010111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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