#A5ECF3

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

Shades of Blizzard Blue #A5ECF3

Tints of Blizzard Blue #A5ECF3

Color information

#A5ECF3 (or 0xA5ECF3) is unknown color: approx Blizzard Blue. HEX triplet: A5, EC and F3. RGB value is (165,236,243). Sum of RGB (Red+Green+Blue) = 165+236+243=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #A5ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECF3 is #5A130C. Grayscale: #D7D7D7. Windows color (decimal): -5903117 or 15985829. OLE color: 15985829.

HSL color Cylindrical-coordinate representation of color #A5ECF3: hue angle of 185.38º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5ECF3 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165236243-
CMYK0.320.0300.05
HSL185.38º76.47%80%-
HSV(B)185.38º32.1%95.29%-
XYZ61.6974.4695.92-
YUV215.57143.4891.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.62%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=25.62%
G=36.65%
B=37.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652362430.320.0300.05185.3876.4780
HexA5ECF320305b94c50
Octal24535436340305271114120
Binary1010010111101100111100111000001101011011100110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECF3; }

 p { color: rgb(165,236,243); }

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

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

 a { background-color: rgb(165,236,243); }

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

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

 span { border-color: rgb(165,236,243); }

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