Html Css Color HEX #A0F4FF Blizzard Blue

📋 copy color: '#A0F4FF'

red 160 ◦ green 244 ◦ blue 255

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

Shades of Blizzard Blue #A0F4FF

Tints of Blizzard Blue #A0F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.03%

 BLUE value IS 255 (100% from 255) = 38.69%

R = 24.28%
G = 37.03%
B = 38.69%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0F4FF (or 0xA0F4FF) is known color: Blizzard Blue. HEX triplet: A0, F4 and FF. RGB value is (160,244,255). Sum of RGB (Red+Green+Blue) = 160+244+255=659 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.28% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F4FF is #5F0B00. Grayscale: #DCDCDC. Windows color (decimal): -6228737 or 16774304. OLE color: 16774304.

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

Color convert

RGB 160 244 255 -
CMYK 0.37 0.04 0 0
HSL 186.95º 1% 0.81% -
HSV(B) 186.95º 0.37% 1% -
XYZ 64.9 79.39 106.51 -
YUV 220.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 160 244 255 0.37 0.04 0 0 186.95 1 0.81
Hex A0 F4 FF 25 4 0 0 BB 64 51
Octal 240 364 377 45 4 0 0 273 144 121
Binary 10100000 11110100 11111111 100101 100 0 0 10111011 1100100 1010001

Color Harmonies of #A0F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F4FF

Black with #A0F4FF

Text Example


Text Example

White with #A0F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F4FF; }

 p { color: rgb(160,244,255); }

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

background-color css

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

 a { background-color: rgb(160,244,255); }

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

border-color css

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

 span { border-color: rgb(160,244,255); }

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