Html Css Color HEX #A0EEFE Blizzard Blue

📋 copy color: '#A0EEFE'

red 160 ◦ green 238 ◦ blue 254

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

Shades of Blizzard Blue #A0EEFE

Tints of Blizzard Blue #A0EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.5%

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 24.54%
G = 36.5%
B = 38.96%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0EEFE (or 0xA0EEFE) is known color: Blizzard Blue. HEX triplet: A0, EE and FE. RGB value is (160,238,254). Sum of RGB (Red+Green+Blue) = 160+238+254=652 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.54% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEFE is #5F1101. Grayscale: #D8D8D8. Windows color (decimal): -6230274 or 16707232. OLE color: 16707232.

HSL color Cylindrical-coordinate representation of color #A0EEFE: hue angle of 190.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0EEFE is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 238 254 -
CMYK 0.37 0.06 0 0.00
HSL 190.21º 0.98% 0.81% -
HSV(B) 190.21º 0.37% 1% -
XYZ 62.96 75.78 105.07 -
YUV 216.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 160 238 254 0.37 0.06 0 0.00 190.21 0.98 0.81
Hex A0 EE FE 25 6 0 0 BE 62 51
Octal 240 356 376 45 6 0 0 276 142 121
Binary 10100000 11101110 11111110 100101 110 0 0 10111110 1100010 1010001

Color Harmonies of #A0EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEFE

Black with #A0EEFE

Text Example


Text Example

White with #A0EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEFE; }

 p { color: rgb(160,238,254); }

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

background-color css

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

 a { background-color: rgb(160,238,254); }

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

border-color css

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

 span { border-color: rgb(160,238,254); }

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