Html Css Color HEX #A0E1EF Blizzard Blue

📋 copy color: '#A0E1EF'

red 160 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #A0E1EF

Tints of Blizzard Blue #A0E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.06%

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 25.64%
G = 36.06%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0E1EF (or 0xA0E1EF) is known color: Blizzard Blue. HEX triplet: A0, E1 and EF. RGB value is (160,225,239). Sum of RGB (Red+Green+Blue) = 160+225+239=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1EF is #5F1E10. Grayscale: #CFCFCF. Windows color (decimal): -6233617 or 15720864. OLE color: 15720864.

HSL color Cylindrical-coordinate representation of color #A0E1EF: hue angle of 190.63º degrees, saturation: 0.71, 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 #A0E1EF is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 225 239 -
CMYK 0.33 0.06 0 0.06
HSL 190.63º 0.71% 0.78% -
HSV(B) 190.63º 0.33% 0.94% -
XYZ 57 67.56 91.7 -
YUV 207.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 160 225 239 0.33 0.06 0 0.06 190.63 0.71 0.78
Hex A0 E1 EF 21 6 0 6 BF 47 4E
Octal 240 341 357 41 6 0 6 277 107 116
Binary 10100000 11100001 11101111 100001 110 0 110 10111111 1000111 1001110

Color Harmonies of #A0E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E1EF

Black with #A0E1EF

Text Example


Text Example

White with #A0E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E1EF; }

 p { color: rgb(160,225,239); }

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

background-color css

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

 a { background-color: rgb(160,225,239); }

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

border-color css

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

 span { border-color: rgb(160,225,239); }

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