Html Css Color HEX #A1E8EC Blizzard Blue

📋 copy color: '#A1E8EC'

red 161 ◦ green 232 ◦ blue 236

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

Shades of Blizzard Blue #A1E8EC

Tints of Blizzard Blue #A1E8EC

RGB

 RED value IS 161 (63.28% from 255) = 25.6%

 GREEN value IS 232 (91.02% from 255) = 36.88%

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

R = 25.6%
G = 36.88%
B = 37.52%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1E8EC (or 0xA1E8EC) is known color: Blizzard Blue. HEX triplet: A1, E8 and EC. RGB value is (161,232,236). Sum of RGB (Red+Green+Blue) = 161+232+236=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E8EC is #5E1713. Grayscale: #D3D3D3. Windows color (decimal): -6166292 or 15526049. OLE color: 15526049.

HSL color Cylindrical-coordinate representation of color #A1E8EC: hue angle of 183.2º degrees, saturation: 0.66, 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 #A1E8EC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 232 236 -
CMYK 0.32 0.02 0 0.07
HSL 183.2º 0.66% 0.78% -
HSV(B) 183.2º 0.32% 0.93% -
XYZ 58.69 71.35 90.03 -
YUV 211.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 161 232 236 0.32 0.02 0 0.07 183.2 0.66 0.78
Hex A1 E8 EC 20 2 0 7 B7 42 4E
Octal 241 350 354 40 2 0 7 267 102 116
Binary 10100001 11101000 11101100 100000 10 0 111 10110111 1000010 1001110

Color Harmonies of #A1E8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E8EC

Black with #A1E8EC

Text Example


Text Example

White with #A1E8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E8EC; }

 p { color: rgb(161,232,236); }

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

background-color css

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

 a { background-color: rgb(161,232,236); }

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

border-color css

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

 span { border-color: rgb(161,232,236); }

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