#95F1EA

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

Shades of Blizzard Blue #95F1EA

Tints of Blizzard Blue #95F1EA

Color information

#95F1EA (or 0x95F1EA) is unknown color: approx Blizzard Blue. HEX triplet: 95, F1 and EA. RGB value is (149,241,234). Sum of RGB (Red+Green+Blue) = 149+241+234=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1EA is #6A0E15. Grayscale: #D4D4D4. Windows color (decimal): -6950422 or 15397269. OLE color: 15397269.

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

Color convert

RGB149241234-
CMYK0.3800.030.05
HSL175.43º76.67%76.47%-
HSV(B)175.43º38.17%94.51%-
XYZ58.775.2489.27-
YUV212.69140.0282.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=23.88%
G=38.62%
B=37.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492412340.3800.030.05175.4376.6776.47
Hex95F1EA26035af4d4c
Octal22536135246035257115114
Binary1001010111110001111010101001100111011010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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