Html Css Color HEX #A1EFFE Blizzard Blue

📋 copy color: '#A1EFFE'

red 161 ◦ green 239 ◦ blue 254

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

Shades of Blizzard Blue #A1EFFE

Tints of Blizzard Blue #A1EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 24.62%
G = 36.54%
B = 38.84%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1EFFE (or 0xA1EFFE) is known color: Blizzard Blue. HEX triplet: A1, EF and FE. RGB value is (161,239,254). Sum of RGB (Red+Green+Blue) = 161+239+254=654 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.62% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFFE is #5E1001. Grayscale: #D9D9D9. Windows color (decimal): -6164482 or 16707489. OLE color: 16707489.

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

Color convert

RGB 161 239 254 -
CMYK 0.37 0.06 0 0.00
HSL 189.68º 0.98% 0.81% -
HSV(B) 189.68º 0.37% 1% -
XYZ 63.45 76.47 105.18 -
YUV 217.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 161 239 254 0.37 0.06 0 0.00 189.68 0.98 0.81
Hex A1 EF FE 25 6 0 0 BE 62 51
Octal 241 357 376 45 6 0 0 276 142 121
Binary 10100001 11101111 11111110 100101 110 0 0 10111110 1100010 1010001

Color Harmonies of #A1EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFFE

Black with #A1EFFE

Text Example


Text Example

White with #A1EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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