#95E9F9

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

Shades of Blizzard Blue #95E9F9

Tints of Blizzard Blue #95E9F9

Color information

#95E9F9 (or 0x95E9F9) is unknown color: approx Blizzard Blue. HEX triplet: 95, E9 and F9. RGB value is (149,233,249). Sum of RGB (Red+Green+Blue) = 149+233+249=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #95E9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9F9 is #6A1606. Grayscale: #D1D1D1. Windows color (decimal): -6952455 or 16378261. OLE color: 16378261.

HSL color Cylindrical-coordinate representation of color #95E9F9: hue angle of 189.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E9F9 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149233249-
CMYK0.400.0600.02
HSL189.6º89.29%78.04%-
HSV(B)189.6º40.16%97.65%-
XYZ58.6371.51100.33-
YUV209.71150.1784.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.61%
GREEN value IS 233 (91.41% from 255) = 36.93%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=23.61%
G=36.93%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492332490.400.0600.02189.689.2978.04
Hex95E9F928602be594e
Octal22535137150602276131116
Binary1001010111101001111110011010001100101011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,249); }

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

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

 a { background-color: rgb(149,233,249); }

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

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

 span { border-color: rgb(149,233,249); }

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