Html Css Color HEX #A0EFFF Blizzard Blue

📋 copy color: '#A0EFFF'

red 160 ◦ green 239 ◦ blue 255

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

Shades of Blizzard Blue #A0EFFF

Tints of Blizzard Blue #A0EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.54%

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

R = 24.46%
G = 36.54%
B = 38.99%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0EFFF (or 0xA0EFFF) is known color: Blizzard Blue. HEX triplet: A0, EF and FF. RGB value is (160,239,255). Sum of RGB (Red+Green+Blue) = 160+239+255=654 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.46% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFFF is #5F1000. Grayscale: #D9D9D9. Windows color (decimal): -6230017 or 16773024. OLE color: 16773024.

HSL color Cylindrical-coordinate representation of color #A0EFFF: hue angle of 190.11º 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 #A0EFFF is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 239 255 -
CMYK 0.37 0.06 0 0
HSL 190.11º 1% 0.81% -
HSV(B) 190.11º 0.37% 1% -
XYZ 63.41 76.43 106.02 -
YUV 217.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 160 239 255 0.37 0.06 0 0 190.11 1 0.81
Hex A0 EF FF 25 6 0 0 BE 64 51
Octal 240 357 377 45 6 0 0 276 144 121
Binary 10100000 11101111 11111111 100101 110 0 0 10111110 1100100 1010001

Color Harmonies of #A0EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFFF

Black with #A0EFFF

Text Example


Text Example

White with #A0EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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