Html Css Color HEX #A0E3EC Blizzard Blue

📋 copy color: '#A0E3EC'

red 160 ◦ green 227 ◦ blue 236

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

Shades of Blizzard Blue #A0E3EC

Tints of Blizzard Blue #A0E3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.44%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 25.68%
G = 36.44%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0E3EC (or 0xA0E3EC) is known color: Blizzard Blue. HEX triplet: A0, E3 and EC. RGB value is (160,227,236). Sum of RGB (Red+Green+Blue) = 160+227+236=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E3EC is #5F1C13. Grayscale: #CFCFCF. Windows color (decimal): -6233108 or 15524768. OLE color: 15524768.

HSL color Cylindrical-coordinate representation of color #A0E3EC: hue angle of 187.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E3EC is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 227 236 -
CMYK 0.32 0.04 0 0.07
HSL 187.11º 0.67% 0.78% -
HSV(B) 187.11º 0.32% 0.93% -
XYZ 57.11 68.47 89.56 -
YUV 207.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 160 227 236 0.32 0.04 0 0.07 187.11 0.67 0.78
Hex A0 E3 EC 20 4 0 7 BB 43 4E
Octal 240 343 354 40 4 0 7 273 103 116
Binary 10100000 11100011 11101100 100000 100 0 111 10111011 1000011 1001110

Color Harmonies of #A0E3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E3EC

Black with #A0E3EC

Text Example


Text Example

White with #A0E3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E3EC; }

 p { color: rgb(160,227,236); }

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

background-color css

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

 a { background-color: rgb(160,227,236); }

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

border-color css

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

 span { border-color: rgb(160,227,236); }

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