#95ECEE

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

Shades of Blizzard Blue #95ECEE

Tints of Blizzard Blue #95ECEE

Color information

#95ECEE (or 0x95ECEE) is unknown color: approx Blizzard Blue. HEX triplet: 95, EC and EE. RGB value is (149,236,238). Sum of RGB (Red+Green+Blue) = 149+236+238=623 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.92% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #95ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95ECEE is #6A1311. Grayscale: #D2D2D2. Windows color (decimal): -6951698 or 15658133. OLE color: 15658133.

HSL color Cylindrical-coordinate representation of color #95ECEE: hue angle of 181.35º degrees, saturation: 0.72, 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 #95ECEE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149236238-
CMYK0.370.0100.07
HSL181.35º72.36%75.88%-
HSV(B)181.35º37.39%93.33%-
XYZ57.8272.5591.85-
YUV210.21143.6884.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.92%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=23.92%
G=37.88%
B=38.20%

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
Decimal1492362380.370.0100.07181.3572.3675.88
Hex95ECEE25107b5484c
Octal22535435645107265110114
Binary100101011110110011101110100101101111011010110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,236,238); }

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

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

 a { background-color: rgb(149,236,238); }

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

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

 span { border-color: rgb(149,236,238); }

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