Html Css Color HEX #A1EDF0 Blizzard Blue

📋 copy color: '#A1EDF0'

red 161 ◦ green 237 ◦ blue 240

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

Shades of Blizzard Blue #A1EDF0

Tints of Blizzard Blue #A1EDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 25.24%
G = 37.15%
B = 37.62%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1EDF0 (or 0xA1EDF0) is known color: Blizzard Blue. HEX triplet: A1, ED and F0. RGB value is (161,237,240). Sum of RGB (Red+Green+Blue) = 161+237+240=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF0 is #5E120F. Grayscale: #D6D6D6. Windows color (decimal): -6165008 or 15789473. OLE color: 15789473.

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

Color convert

RGB 161 237 240 -
CMYK 0.33 0.01 0 0.06
HSL 182.28º 0.72% 0.79% -
HSV(B) 182.28º 0.33% 0.94% -
XYZ 60.71 74.44 93.61 -
YUV 214.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 161 237 240 0.33 0.01 0 0.06 182.28 0.72 0.79
Hex A1 ED F0 21 1 0 6 B6 48 4F
Octal 241 355 360 41 1 0 6 266 110 117
Binary 10100001 11101101 11110000 100001 1 0 110 10110110 1001000 1001111

Color Harmonies of #A1EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDF0

Black with #A1EDF0

Text Example


Text Example

White with #A1EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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