Html Css Color HEX #A1EEF9 Blizzard Blue

📋 copy color: '#A1EEF9'

red 161 ◦ green 238 ◦ blue 249

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

Shades of Blizzard Blue #A1EEF9

Tints of Blizzard Blue #A1EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.73%

 BLUE value IS 249 (97.66% from 255) = 38.43%

R = 24.85%
G = 36.73%
B = 38.43%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1EEF9 (or 0xA1EEF9) is known color: Blizzard Blue. HEX triplet: A1, EE and F9. RGB value is (161,238,249). Sum of RGB (Red+Green+Blue) = 161+238+249=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #A1EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEF9 is #5E1106. Grayscale: #D8D8D8. Windows color (decimal): -6164743 or 16379553. OLE color: 16379553.

HSL color Cylindrical-coordinate representation of color #A1EEF9: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1EEF9 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 238 249 -
CMYK 0.35 0.04 0 0.02
HSL 187.5º 0.88% 0.8% -
HSV(B) 187.5º 0.35% 0.98% -
XYZ 62.37 75.57 100.92 -
YUV 216.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 161 238 249 0.35 0.04 0 0.02 187.5 0.88 0.8
Hex A1 EE F9 23 4 0 2 BC 58 50
Octal 241 356 371 43 4 0 2 274 130 120
Binary 10100001 11101110 11111001 100011 100 0 10 10111100 1011000 1010000

Color Harmonies of #A1EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEF9

Black with #A1EEF9

Text Example


Text Example

White with #A1EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEF9; }

 p { color: rgb(161,238,249); }

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

background-color css

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

 a { background-color: rgb(161,238,249); }

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

border-color css

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

 span { border-color: rgb(161,238,249); }

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