#95EFF3

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

Shades of Blizzard Blue #95EFF3

Tints of Blizzard Blue #95EFF3

Color information

#95EFF3 (or 0x95EFF3) is unknown color: approx Blizzard Blue. HEX triplet: 95, EF and F3. RGB value is (149,239,243). Sum of RGB (Red+Green+Blue) = 149+239+243=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #95EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EFF3 is #6A100C. Grayscale: #D4D4D4. Windows color (decimal): -6950925 or 15986581. OLE color: 15986581.

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

Color convert

RGB149239243-
CMYK0.390.0200.05
HSL182.55º79.66%76.86%-
HSV(B)182.55º38.68%95.29%-
XYZ59.4474.5996.06-
YUV212.55145.1882.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.61%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=23.61%
G=37.88%
B=38.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492392430.390.0200.05182.5579.6676.86
Hex95EFF327205b7504d
Octal22535736347205267120115
Binary1001010111101111111100111001111001011011011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,243); }

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

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

 a { background-color: rgb(149,239,243); }

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

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

 span { border-color: rgb(149,239,243); }

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