Html Css Color HEX #A1E2EF Blizzard Blue

📋 copy color: '#A1E2EF'

red 161 ◦ green 226 ◦ blue 239

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

Shades of Blizzard Blue #A1E2EF

Tints of Blizzard Blue #A1E2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.18%

R = 25.72%
G = 36.1%
B = 38.18%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1E2EF (or 0xA1E2EF) is known color: Blizzard Blue. HEX triplet: A1, E2 and EF. RGB value is (161,226,239). Sum of RGB (Red+Green+Blue) = 161+226+239=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2EF is #5E1D10. Grayscale: #CFCFCF. Windows color (decimal): -6167825 or 15721121. OLE color: 15721121.

HSL color Cylindrical-coordinate representation of color #A1E2EF: hue angle of 190º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1E2EF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 226 239 -
CMYK 0.33 0.05 0 0.06
HSL 190º 0.71% 0.78% -
HSV(B) 190º 0.33% 0.94% -
XYZ 57.47 68.2 91.8 -
YUV 208.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 161 226 239 0.33 0.05 0 0.06 190 0.71 0.78
Hex A1 E2 EF 21 5 0 6 BE 47 4E
Octal 241 342 357 41 5 0 6 276 107 116
Binary 10100001 11100010 11101111 100001 101 0 110 10111110 1000111 1001110

Color Harmonies of #A1E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2EF

Black with #A1E2EF

Text Example


Text Example

White with #A1E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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