Html Css Color HEX #A1EFFF Blizzard Blue

📋 copy color: '#A1EFFF'

red 161 ◦ green 239 ◦ blue 255

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

Shades of Blizzard Blue #A1EFFF

Tints of Blizzard Blue #A1EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.49%

 BLUE value IS 255 (100% from 255) = 38.93%

R = 24.58%
G = 36.49%
B = 38.93%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1EFFF (or 0xA1EFFF) is known color: Blizzard Blue. HEX triplet: A1, EF and FF. RGB value is (161,239,255). Sum of RGB (Red+Green+Blue) = 161+239+255=655 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.58% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFFF is #5E1000. Grayscale: #D9D9D9. Windows color (decimal): -6164481 or 16773025. OLE color: 16773025.

HSL color Cylindrical-coordinate representation of color #A1EFFF: hue angle of 190.21º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EFFF is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 239 255 -
CMYK 0.37 0.06 0 0
HSL 190.21º 1% 0.82% -
HSV(B) 190.21º 0.37% 1% -
XYZ 63.61 76.53 106.03 -
YUV 217.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 161 239 255 0.37 0.06 0 0 190.21 1 0.82
Hex A1 EF FF 25 6 0 0 BE 64 52
Octal 241 357 377 45 6 0 0 276 144 122
Binary 10100001 11101111 11111111 100101 110 0 0 10111110 1100100 1010010

Color Harmonies of #A1EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFFF

Black with #A1EFFF

Text Example


Text Example

White with #A1EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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