Html Css Color HEX #A0ECF0 Blizzard Blue

📋 copy color: '#A0ECF0'

red 160 ◦ green 236 ◦ blue 240

#A0ECF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #A0ECF0

Tints of Blizzard Blue #A0ECF0

RGB

 RED value IS 160 (62.89% from 255) = 25.16%

 GREEN value IS 236 (92.58% from 255) = 37.11%

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 25.16%
G = 37.11%
B = 37.74%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0ECF0 (or 0xA0ECF0) is known color: Blizzard Blue. HEX triplet: A0, EC and F0. RGB value is (160,236,240). Sum of RGB (Red+Green+Blue) = 160+236+240=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0ECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECF0 is #5F130F. Grayscale: #D5D5D5. Windows color (decimal): -6230800 or 15789216. OLE color: 15789216.

HSL color Cylindrical-coordinate representation of color #A0ECF0: hue angle of 183º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0ECF0 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 236 240 -
CMYK 0.33 0.02 0 0.06
HSL 183º 0.73% 0.78% -
HSV(B) 183º 0.33% 0.94% -
XYZ 60.22 73.76 93.5 -
YUV 213.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 160 236 240 0.33 0.02 0 0.06 183 0.73 0.78
Hex A0 EC F0 21 2 0 6 B7 49 4E
Octal 240 354 360 41 2 0 6 267 111 116
Binary 10100000 11101100 11110000 100001 10 0 110 10110111 1001001 1001110

Color Harmonies of #A0ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECF0

Black with #A0ECF0

Text Example


Text Example

White with #A0ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECF0; }

 p { color: rgb(160,236,240); }

 H1.HeaderClassName
 {
   color: #A0ECF0;
 }
 .AnyTagClassName
 {
   color: #A0ECF0;
 }
</style>

background-color css

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

 a { background-color: rgb(160,236,240); }

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

border-color css

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

 span { border-color: rgb(160,236,240); }

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