#95E9EA

Color #95E9EA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #95E9EA

Tints of Blizzard Blue #95E9EA

Color information

#95E9EA (or 0x95E9EA) is unknown color: approx Blizzard Blue. HEX triplet: 95, E9 and EA. RGB value is (149,233,234). Sum of RGB (Red+Green+Blue) = 149+233+234=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #95E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9EA is #6A1615. Grayscale: #CFCFCF. Windows color (decimal): -6952470 or 15395221. OLE color: 15395221.

HSL color Cylindrical-coordinate representation of color #95E9EA: hue angle of 180.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9EA is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149233234-
CMYK0.360.0000.08
HSL180.71º66.93%75.1%-
HSV(B)180.71º36.32%91.76%-
XYZ56.3870.6188.5-
YUV208142.6785.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.19%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=24.19%
G=37.82%
B=37.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492332340.360.0000.08180.7166.9375.1
Hex95E9EA24008b5434b
Octal225351352440010265103113
Binary1001010111101001111010101001000010001011010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E9EA; }

 p { color: rgb(149,233,234); }

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

<style>
 a { background-color: #95E9EA; }

 a { background-color: rgb(149,233,234); }

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

<style>
 span { border-color: #95E9EA; }

 span { border-color: rgb(149,233,234); }

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