#95EAEB

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

Shades of Blizzard Blue #95EAEB

Tints of Blizzard Blue #95EAEB

Color information

#95EAEB (or 0x95EAEB) is unknown color: approx Blizzard Blue. HEX triplet: 95, EA and EB. RGB value is (149,234,235). Sum of RGB (Red+Green+Blue) = 149+234+235=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #95EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAEB is #6A1514. Grayscale: #D0D0D0. Windows color (decimal): -6952213 or 15461013. OLE color: 15461013.

HSL color Cylindrical-coordinate representation of color #95EAEB: hue angle of 180.7º 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 #95EAEB is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149234235-
CMYK0.370.0000.08
HSL180.7º68.25%75.29%-
HSV(B)180.7º36.6%92.16%-
XYZ56.8171.2389.35-
YUV208.7142.8485.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.11%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=24.11%
G=37.86%
B=38.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492342350.370.0000.08180.768.2575.29
Hex95EAEB25008b5444b
Octal225352353450010265104113
Binary1001010111101010111010111001010010001011010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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