Html Css Color HEX #A1E4EF Blizzard Blue

📋 copy color: '#A1E4EF'

red 161 ◦ green 228 ◦ blue 239

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

Shades of Blizzard Blue #A1E4EF

Tints of Blizzard Blue #A1E4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.31%

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

R = 25.64%
G = 36.31%
B = 38.06%

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

#A1E4EF (or 0xA1E4EF) is known color: Blizzard Blue. HEX triplet: A1, E4 and EF. RGB value is (161,228,239). Sum of RGB (Red+Green+Blue) = 161+228+239=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E4EF is #5E1B10. Grayscale: #D1D1D1. Windows color (decimal): -6167313 or 15721633. OLE color: 15721633.

HSL color Cylindrical-coordinate representation of color #A1E4EF: hue angle of 188.46º 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 #A1E4EF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 228 239 -
CMYK 0.33 0.05 0 0.06
HSL 188.46º 0.71% 0.78% -
HSV(B) 188.46º 0.33% 0.94% -
XYZ 58.02 69.3 91.98 -
YUV 209.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 161 228 239 0.33 0.05 0 0.06 188.46 0.71 0.78
Hex A1 E4 EF 21 5 0 6 BC 47 4E
Octal 241 344 357 41 5 0 6 274 107 116
Binary 10100001 11100100 11101111 100001 101 0 110 10111100 1000111 1001110

Color Harmonies of #A1E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4EF

Black with #A1E4EF

Text Example


Text Example

White with #A1E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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