#95E0EB

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

Shades of Blizzard Blue #95E0EB

Tints of Blizzard Blue #95E0EB

Color information

#95E0EB (or 0x95E0EB) is unknown color: approx Blizzard Blue. HEX triplet: 95, E0 and EB. RGB value is (149,224,235). Sum of RGB (Red+Green+Blue) = 149+224+235=608 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.51% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #95E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E0EB is #6A1F14. Grayscale: #CACACA. Windows color (decimal): -6954773 or 15458453. OLE color: 15458453.

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

Color convert

RGB149224235-
CMYK0.370.0500.08
HSL187.67º68.25%75.29%-
HSV(B)187.67º36.6%92.16%-
XYZ54.0565.788.43-
YUV202.83146.1589.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.51%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=24.51%
G=36.84%
B=38.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492242350.370.0500.08187.6768.2575.29
Hex95E0EB25508bc444b
Octal225340353455010274104113
Binary100101011110000011101011100101101010001011110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,235); }

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

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

 a { background-color: rgb(149,224,235); }

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

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

 span { border-color: rgb(149,224,235); }

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