#95efe8

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

Shades of Blizzard Blue #95EFE8

Tints of Blizzard Blue #95EFE8

Color information

#95EFE8 (or 0x95EFE8) is unknown color: approx Blizzard Blue. HEX triplet: 95, EF and E8. RGB value is (149,239,232). Sum of RGB (Red+Green+Blue) = 149+239+232=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EFE8 is #6A1017. Grayscale: #D3D3D3. Windows color (decimal): -6950936 or 15265685. OLE color: 15265685.

HSL color Cylindrical-coordinate representation of color #95EFE8: hue angle of 175.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFE8 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB149239232-
CMYK0.3800.030.06
HSL175.33º73.77%76.08%-
HSV(B)175.33º37.66%93.73%-
XYZ57.8373.9587.57-
YUV211.29139.6883.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.03%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=24.03%
G=38.55%
B=37.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492392320.3800.030.06175.3373.7776.08
Hex95EFE826036af4a4c
Octal22535735046036257112114
Binary1001010111101111111010001001100111101010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95efe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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