Html Css Color HEX #A1EFFD Blizzard Blue

📋 copy color: '#A1EFFD'

red 161 ◦ green 239 ◦ blue 253

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

Shades of Blizzard Blue #A1EFFD

Tints of Blizzard Blue #A1EFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 24.66%
G = 36.6%
B = 38.74%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1EFFD (or 0xA1EFFD) is known color: Blizzard Blue. HEX triplet: A1, EF and FD. RGB value is (161,239,253). Sum of RGB (Red+Green+Blue) = 161+239+253=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1EFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFFD is #5E1002. Grayscale: #D9D9D9. Windows color (decimal): -6164483 or 16641953. OLE color: 16641953.

HSL color Cylindrical-coordinate representation of color #A1EFFD: hue angle of 189.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1EFFD is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 239 253 -
CMYK 0.36 0.06 0 0.01
HSL 189.13º 0.96% 0.81% -
HSV(B) 189.13º 0.36% 0.99% -
XYZ 63.29 76.4 104.34 -
YUV 217.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 161 239 253 0.36 0.06 0 0.01 189.13 0.96 0.81
Hex A1 EF FD 24 6 0 1 BD 60 51
Octal 241 357 375 44 6 0 1 275 140 121
Binary 10100001 11101111 11111101 100100 110 0 1 10111101 1100000 1010001

Color Harmonies of #A1EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFFD

Black with #A1EFFD

Text Example


Text Example

White with #A1EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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