Html Css Color HEX #A0E2EB Blizzard Blue

📋 copy color: '#A0E2EB'

red 160 ◦ green 226 ◦ blue 235

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

Shades of Blizzard Blue #A0E2EB

Tints of Blizzard Blue #A0E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 25.76%
G = 36.39%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0E2EB (or 0xA0E2EB) is known color: Blizzard Blue. HEX triplet: A0, E2 and EB. RGB value is (160,226,235). Sum of RGB (Red+Green+Blue) = 160+226+235=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2EB is #5F1D14. Grayscale: #CFCFCF. Windows color (decimal): -6233365 or 15458976. OLE color: 15458976.

HSL color Cylindrical-coordinate representation of color #A0E2EB: hue angle of 187.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E2EB is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 226 235 -
CMYK 0.32 0.04 0 0.08
HSL 187.2º 0.65% 0.77% -
HSV(B) 187.2º 0.32% 0.92% -
XYZ 56.69 67.86 88.71 -
YUV 207.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 160 226 235 0.32 0.04 0 0.08 187.2 0.65 0.77
Hex A0 E2 EB 20 4 0 8 BB 41 4D
Octal 240 342 353 40 4 0 10 273 101 115
Binary 10100000 11100010 11101011 100000 100 0 1000 10111011 1000001 1001101

Color Harmonies of #A0E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E2EB

Black with #A0E2EB

Text Example


Text Example

White with #A0E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E2EB; }

 p { color: rgb(160,226,235); }

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

background-color css

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

 a { background-color: rgb(160,226,235); }

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

border-color css

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

 span { border-color: rgb(160,226,235); }

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