#95EBED

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

Shades of Blizzard Blue #95EBED

Tints of Blizzard Blue #95EBED

Color information

#95EBED (or 0x95EBED) is unknown color: approx Blizzard Blue. HEX triplet: 95, EB and ED. RGB value is (149,235,237). Sum of RGB (Red+Green+Blue) = 149+235+237=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #95EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBED is #6A1412. Grayscale: #D1D1D1. Windows color (decimal): -6951955 or 15592341. OLE color: 15592341.

HSL color Cylindrical-coordinate representation of color #95EBED: hue angle of 181.36º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBED is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149235237-
CMYK0.370.0100.07
HSL181.36º70.97%75.69%-
HSV(B)181.36º37.13%92.94%-
XYZ57.3971.9290.98-
YUV209.51143.5184.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.99%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=23.99%
G=37.84%
B=38.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492352370.370.0100.07181.3670.9775.69
Hex95EBED25107b5474c
Octal22535335545107265107114
Binary100101011110101111101101100101101111011010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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