#95F1ED

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

Shades of Blizzard Blue #95F1ED

Tints of Blizzard Blue #95F1ED

Color information

#95F1ED (or 0x95F1ED) is unknown color: approx Blizzard Blue. HEX triplet: 95, F1 and ED. RGB value is (149,241,237). Sum of RGB (Red+Green+Blue) = 149+241+237=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1ED is #6A0E12. Grayscale: #D4D4D4. Windows color (decimal): -6950419 or 15593877. OLE color: 15593877.

HSL color Cylindrical-coordinate representation of color #95F1ED: hue angle of 177.39º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1ED is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB149241237-
CMYK0.3800.020.05
HSL177.39º76.67%76.47%-
HSV(B)177.39º38.17%94.51%-
XYZ59.1475.4191.56-
YUV213.04141.5282.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.76%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=23.76%
G=38.44%
B=37.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492412370.3800.020.05177.3976.6776.47
Hex95F1ED26025b14d4c
Octal22536135546025261115114
Binary1001010111110001111011011001100101011011000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,237); }

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

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

 a { background-color: rgb(149,241,237); }

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

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

 span { border-color: rgb(149,241,237); }

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