#95e3f0

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

Shades of Blizzard Blue #95E3F0

Tints of Blizzard Blue #95E3F0

Color information

#95E3F0 (or 0x95E3F0) is unknown color: approx Blizzard Blue. HEX triplet: 95, E3 and F0. RGB value is (149,227,240). Sum of RGB (Red+Green+Blue) = 149+227+240=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #95E3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E3F0 is #6A1C0F. Grayscale: #CDCDCD. Windows color (decimal): -6954000 or 15786901. OLE color: 15786901.

HSL color Cylindrical-coordinate representation of color #95E3F0: hue angle of 188.57º 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 #95E3F0 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149227240-
CMYK0.380.0500.06
HSL188.57º75.21%76.27%-
HSV(B)188.57º37.92%94.12%-
XYZ55.5967.6292.56-
YUV205.16147.6687.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.19%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=24.19%
G=36.85%
B=38.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492272400.380.0500.06188.5775.2176.27
Hex95E3F026506bd4b4c
Octal22534336046506275113114
Binary10010101111000111111000010011010101101011110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95e3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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