Html Css Color HEX #A0EDF2 Blizzard Blue

📋 copy color: '#A0EDF2'

red 160 ◦ green 237 ◦ blue 242

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

Shades of Blizzard Blue #A0EDF2

Tints of Blizzard Blue #A0EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.09%

 BLUE value IS 242 (94.92% from 255) = 37.87%

R = 25.04%
G = 37.09%
B = 37.87%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0EDF2 (or 0xA0EDF2) is known color: Blizzard Blue. HEX triplet: A0, ED and F2. RGB value is (160,237,242). Sum of RGB (Red+Green+Blue) = 160+237+242=639 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.04% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDF2 is #5F120D. Grayscale: #D6D6D6. Windows color (decimal): -6230542 or 15920544. OLE color: 15920544.

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

Color convert

RGB 160 237 242 -
CMYK 0.34 0.02 0 0.05
HSL 183.66º 0.76% 0.79% -
HSV(B) 183.66º 0.34% 0.95% -
XYZ 60.81 74.45 95.17 -
YUV 214.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 160 237 242 0.34 0.02 0 0.05 183.66 0.76 0.79
Hex A0 ED F2 22 2 0 5 B8 4C 4F
Octal 240 355 362 42 2 0 5 270 114 117
Binary 10100000 11101101 11110010 100010 10 0 101 10111000 1001100 1001111

Color Harmonies of #A0EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDF2

Black with #A0EDF2

Text Example


Text Example

White with #A0EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDF2; }

 p { color: rgb(160,237,242); }

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

background-color css

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

 a { background-color: rgb(160,237,242); }

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

border-color css

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

 span { border-color: rgb(160,237,242); }

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