#95E1F0

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

Shades of Blizzard Blue #95E1F0

Tints of Blizzard Blue #95E1F0

Color information

#95E1F0 (or 0x95E1F0) is unknown color: approx Blizzard Blue. HEX triplet: 95, E1 and F0. RGB value is (149,225,240). Sum of RGB (Red+Green+Blue) = 149+225+240=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #95E1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E1F0 is #6A1E0F. Grayscale: #CBCBCB. Windows color (decimal): -6954512 or 15786389. OLE color: 15786389.

HSL color Cylindrical-coordinate representation of color #95E1F0: hue angle of 189.89º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E1F0 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149225240-
CMYK0.380.0600.06
HSL189.89º75.21%76.27%-
HSV(B)189.89º37.92%94.12%-
XYZ55.0566.5392.38-
YUV203.99148.3288.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.27%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=24.27%
G=36.64%
B=39.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492252400.380.0600.06189.8975.2176.27
Hex95E1F026606be4b4c
Octal22534136046606276113114
Binary10010101111000011111000010011011001101011111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,240); }

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

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

 a { background-color: rgb(149,225,240); }

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

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

 span { border-color: rgb(149,225,240); }

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