#95E4EB

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

Shades of Blizzard Blue #95E4EB

Tints of Blizzard Blue #95E4EB

Color information

#95E4EB (or 0x95E4EB) is unknown color: approx Blizzard Blue. HEX triplet: 95, E4 and EB. RGB value is (149,228,235). Sum of RGB (Red+Green+Blue) = 149+228+235=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #95E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E4EB is #6A1B14. Grayscale: #CDCDCD. Windows color (decimal): -6953749 or 15459477. OLE color: 15459477.

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

Color convert

RGB149228235-
CMYK0.370.0300.08
HSL184.88º68.25%75.29%-
HSV(B)184.88º36.6%92.16%-
XYZ55.1367.8788.79-
YUV205.18144.8387.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.35%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=24.35%
G=37.25%
B=38.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492282350.370.0300.08184.8868.2575.29
Hex95E4EB25308b9444b
Octal225344353453010271104113
Binary10010101111001001110101110010111010001011100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,228,235); }

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

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

 a { background-color: rgb(149,228,235); }

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

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

 span { border-color: rgb(149,228,235); }

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