Html Css Color HEX #A0E0F1 Blizzard Blue

📋 copy color: '#A0E0F1'

red 160 ◦ green 224 ◦ blue 241

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

Shades of Blizzard Blue #A0E0F1

Tints of Blizzard Blue #A0E0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.84%

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 25.6%
G = 35.84%
B = 38.56%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0E0F1 (or 0xA0E0F1) is known color: Blizzard Blue. HEX triplet: A0, E0 and F1. RGB value is (160,224,241). Sum of RGB (Red+Green+Blue) = 160+224+241=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0E0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0F1 is #5F1F0E. Grayscale: #CECECE. Windows color (decimal): -6233871 or 15851680. OLE color: 15851680.

HSL color Cylindrical-coordinate representation of color #A0E0F1: hue angle of 192.59º degrees, saturation: 0.74, 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 #A0E0F1 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 224 241 -
CMYK 0.34 0.07 0 0.05
HSL 192.59º 0.74% 0.79% -
HSV(B) 192.59º 0.34% 0.95% -
XYZ 57.03 67.14 93.17 -
YUV 206.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 160 224 241 0.34 0.07 0 0.05 192.59 0.74 0.79
Hex A0 E0 F1 22 7 0 5 C1 4A 4F
Octal 240 340 361 42 7 0 5 301 112 117
Binary 10100000 11100000 11110001 100010 111 0 101 11000001 1001010 1001111

Color Harmonies of #A0E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E0F1

Black with #A0E0F1

Text Example


Text Example

White with #A0E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E0F1; }

 p { color: rgb(160,224,241); }

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

background-color css

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

 a { background-color: rgb(160,224,241); }

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

border-color css

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

 span { border-color: rgb(160,224,241); }

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