Html Css Color HEX #A0EAEF Blizzard Blue

📋 copy color: '#A0EAEF'

red 160 ◦ green 234 ◦ blue 239

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

Shades of Blizzard Blue #A0EAEF

Tints of Blizzard Blue #A0EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.97%

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

R = 25.28%
G = 36.97%
B = 37.76%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0EAEF (or 0xA0EAEF) is known color: Blizzard Blue. HEX triplet: A0, EA and EF. RGB value is (160,234,239). Sum of RGB (Red+Green+Blue) = 160+234+239=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAEF is #5F1510. Grayscale: #D4D4D4. Windows color (decimal): -6231313 or 15723168. OLE color: 15723168.

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

Color convert

RGB 160 234 239 -
CMYK 0.33 0.02 0 0.06
HSL 183.8º 0.71% 0.78% -
HSV(B) 183.8º 0.33% 0.94% -
XYZ 59.5 72.55 92.53 -
YUV 212.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 160 234 239 0.33 0.02 0 0.06 183.8 0.71 0.78
Hex A0 EA EF 21 2 0 6 B8 47 4E
Octal 240 352 357 41 2 0 6 270 107 116
Binary 10100000 11101010 11101111 100001 10 0 110 10111000 1000111 1001110

Color Harmonies of #A0EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EAEF

Black with #A0EAEF

Text Example


Text Example

White with #A0EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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