#95E7EA

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

Shades of Blizzard Blue #95E7EA

Tints of Blizzard Blue #95E7EA

Color information

#95E7EA (or 0x95E7EA) is unknown color: approx Blizzard Blue. HEX triplet: 95, E7 and EA. RGB value is (149,231,234). Sum of RGB (Red+Green+Blue) = 149+231+234=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #95E7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E7EA is #6A1815. Grayscale: #CECECE. Windows color (decimal): -6952982 or 15394709. OLE color: 15394709.

HSL color Cylindrical-coordinate representation of color #95E7EA: hue angle of 182.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E7EA is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149231234-
CMYK0.360.0100.08
HSL182.12º66.93%75.1%-
HSV(B)182.12º36.32%91.76%-
XYZ55.8269.4888.31-
YUV206.82143.3386.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.27%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=24.27%
G=37.62%
B=38.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492312340.360.0100.08182.1266.9375.1
Hex95E7EA24108b6434b
Octal225347352441010266103113
Binary1001010111100111111010101001001010001011011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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