Html Css Color HEX #A0E7EB Blizzard Blue

📋 copy color: '#A0E7EB'

red 160 ◦ green 231 ◦ blue 235

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

Shades of Blizzard Blue #A0E7EB

Tints of Blizzard Blue #A0E7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.9%

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

R = 25.56%
G = 36.9%
B = 37.54%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0E7EB (or 0xA0E7EB) is known color: Blizzard Blue. HEX triplet: A0, E7 and EB. RGB value is (160,231,235). Sum of RGB (Red+Green+Blue) = 160+231+235=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E7EB is #5F1814. Grayscale: #D2D2D2. Windows color (decimal): -6232085 or 15460256. OLE color: 15460256.

HSL color Cylindrical-coordinate representation of color #A0E7EB: hue angle of 183.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 #A0E7EB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 231 235 -
CMYK 0.32 0.02 0 0.08
HSL 183.2º 0.65% 0.77% -
HSV(B) 183.2º 0.32% 0.92% -
XYZ 58.07 70.62 89.17 -
YUV 210.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 160 231 235 0.32 0.02 0 0.08 183.2 0.65 0.77
Hex A0 E7 EB 20 2 0 8 B7 41 4D
Octal 240 347 353 40 2 0 10 267 101 115
Binary 10100000 11100111 11101011 100000 10 0 1000 10110111 1000001 1001101

Color Harmonies of #A0E7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E7EB

Black with #A0E7EB

Text Example


Text Example

White with #A0E7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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