#95EEFC

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

Shades of Blizzard Blue #95EEFC

Tints of Blizzard Blue #95EEFC

Color information

#95EEFC (or 0x95EEFC) is unknown color: approx Blizzard Blue. HEX triplet: 95, EE and FC. RGB value is (149,238,252). Sum of RGB (Red+Green+Blue) = 149+238+252=639 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.32% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #95EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEFC is #6A1103. Grayscale: #D4D4D4. Windows color (decimal): -6951172 or 16576149. OLE color: 16576149.

HSL color Cylindrical-coordinate representation of color #95EEFC: hue angle of 188.16º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95EEFC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149238252-
CMYK0.410.0600.01
HSL188.16º94.5%78.63%-
HSV(B)188.16º40.87%98.82%-
XYZ60.5474.57103.3-
YUV212.98150.0182.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.32%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=23.32%
G=37.25%
B=39.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492382520.410.0600.01188.1694.578.63
Hex95EEFC29601bc5e4f
Octal22535637451601274136117
Binary100101011110111011111100101001110011011110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,238,252); }

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

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

 a { background-color: rgb(149,238,252); }

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

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

 span { border-color: rgb(149,238,252); }

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