Html Css Color HEX #A1E2EB Blizzard Blue

📋 copy color: '#A1E2EB'

red 161 ◦ green 226 ◦ blue 235

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

Shades of Blizzard Blue #A1E2EB

Tints of Blizzard Blue #A1E2EB

RGB

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

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

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

R = 25.88%
G = 36.33%
B = 37.78%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1E2EB (or 0xA1E2EB) is known color: Blizzard Blue. HEX triplet: A1, E2 and EB. RGB value is (161,226,235). Sum of RGB (Red+Green+Blue) = 161+226+235=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2EB is #5E1D14. Grayscale: #CFCFCF. Windows color (decimal): -6167829 or 15458977. OLE color: 15458977.

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

Color convert

RGB 161 226 235 -
CMYK 0.31 0.04 0 0.08
HSL 187.3º 0.65% 0.78% -
HSV(B) 187.3º 0.31% 0.92% -
XYZ 56.89 67.97 88.72 -
YUV 207.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 161 226 235 0.31 0.04 0 0.08 187.3 0.65 0.78
Hex A1 E2 EB 1F 4 0 8 BB 41 4E
Octal 241 342 353 37 4 0 10 273 101 116
Binary 10100001 11100010 11101011 11111 100 0 1000 10111011 1000001 1001110

Color Harmonies of #A1E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2EB

Black with #A1E2EB

Text Example


Text Example

White with #A1E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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