Html Css Color HEX #A1EDF2 Blizzard Blue

📋 copy color: '#A1EDF2'

red 161 ◦ green 237 ◦ blue 242

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

Shades of Blizzard Blue #A1EDF2

Tints of Blizzard Blue #A1EDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.81%

R = 25.16%
G = 37.03%
B = 37.81%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A1EDF2 (or 0xA1EDF2) is known color: Blizzard Blue. HEX triplet: A1, ED and F2. RGB value is (161,237,242). Sum of RGB (Red+Green+Blue) = 161+237+242=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF2 is #5E120D. Grayscale: #D6D6D6. Windows color (decimal): -6165006 or 15920545. OLE color: 15920545.

HSL color Cylindrical-coordinate representation of color #A1EDF2: hue angle of 183.7º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EDF2 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 237 242 -
CMYK 0.33 0.02 0 0.05
HSL 183.7º 0.76% 0.79% -
HSV(B) 183.7º 0.33% 0.95% -
XYZ 61.01 74.56 95.18 -
YUV 214.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 161 237 242 0.33 0.02 0 0.05 183.7 0.76 0.79
Hex A1 ED F2 21 2 0 5 B8 4C 4F
Octal 241 355 362 41 2 0 5 270 114 117
Binary 10100001 11101101 11110010 100001 10 0 101 10111000 1001100 1001111

Color Harmonies of #A1EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDF2

Black with #A1EDF2

Text Example


Text Example

White with #A1EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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