Html Css Color HEX #A0EFF2 Blizzard Blue

📋 copy color: '#A0EFF2'

red 160 ◦ green 239 ◦ blue 242

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

Shades of Blizzard Blue #A0EFF2

Tints of Blizzard Blue #A0EFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 24.96%
G = 37.29%
B = 37.75%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0EFF2 (or 0xA0EFF2) is known color: Blizzard Blue. HEX triplet: A0, EF and F2. RGB value is (160,239,242). Sum of RGB (Red+Green+Blue) = 160+239+242=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFF2 is #5F100D. Grayscale: #D7D7D7. Windows color (decimal): -6230030 or 15921056. OLE color: 15921056.

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

Color convert

RGB 160 239 242 -
CMYK 0.34 0.01 0 0.05
HSL 182.2º 0.76% 0.79% -
HSV(B) 182.2º 0.34% 0.95% -
XYZ 61.39 75.62 95.36 -
YUV 215.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 160 239 242 0.34 0.01 0 0.05 182.2 0.76 0.79
Hex A0 EF F2 22 1 0 5 B6 4C 4F
Octal 240 357 362 42 1 0 5 266 114 117
Binary 10100000 11101111 11110010 100010 1 0 101 10110110 1001100 1001111

Color Harmonies of #A0EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFF2

Black with #A0EFF2

Text Example


Text Example

White with #A0EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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