Html Css Color HEX #A1EDF9 Blizzard Blue

📋 copy color: '#A1EDF9'

red 161 ◦ green 237 ◦ blue 249

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

Shades of Blizzard Blue #A1EDF9

Tints of Blizzard Blue #A1EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

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

R = 24.88%
G = 36.63%
B = 38.49%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1EDF9 (or 0xA1EDF9) is known color: Blizzard Blue. HEX triplet: A1, ED and F9. RGB value is (161,237,249). Sum of RGB (Red+Green+Blue) = 161+237+249=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #A1EDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF9 is #5E1206. Grayscale: #D7D7D7. Windows color (decimal): -6164999 or 16379297. OLE color: 16379297.

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

Color convert

RGB 161 237 249 -
CMYK 0.35 0.05 0 0.02
HSL 188.18º 0.88% 0.8% -
HSV(B) 188.18º 0.35% 0.98% -
XYZ 62.08 74.99 100.82 -
YUV 215.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 161 237 249 0.35 0.05 0 0.02 188.18 0.88 0.8
Hex A1 ED F9 23 5 0 2 BC 58 50
Octal 241 355 371 43 5 0 2 274 130 120
Binary 10100001 11101101 11111001 100011 101 0 10 10111100 1011000 1010000

Color Harmonies of #A1EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDF9

Black with #A1EDF9

Text Example


Text Example

White with #A1EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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