Html Css Color HEX #A1F0FD Blizzard Blue

📋 copy color: '#A1F0FD'

red 161 ◦ green 240 ◦ blue 253

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

Shades of Blizzard Blue #A1F0FD

Tints of Blizzard Blue #A1F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.7%

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

R = 24.62%
G = 36.7%
B = 38.69%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1F0FD (or 0xA1F0FD) is known color: Blizzard Blue. HEX triplet: A1, F0 and FD. RGB value is (161,240,253). Sum of RGB (Red+Green+Blue) = 161+240+253=654 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.62% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0FD is #5E0F02. Grayscale: #D9D9D9. Windows color (decimal): -6164227 or 16642209. OLE color: 16642209.

HSL color Cylindrical-coordinate representation of color #A1F0FD: hue angle of 188.48º 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 #A1F0FD is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 240 253 -
CMYK 0.36 0.05 0 0.01
HSL 188.48º 0.96% 0.81% -
HSV(B) 188.48º 0.36% 0.99% -
XYZ 63.59 76.99 104.44 -
YUV 217.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 161 240 253 0.36 0.05 0 0.01 188.48 0.96 0.81
Hex A1 F0 FD 24 5 0 1 BC 60 51
Octal 241 360 375 44 5 0 1 274 140 121
Binary 10100001 11110000 11111101 100100 101 0 1 10111100 1100000 1010001

Color Harmonies of #A1F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0FD

Black with #A1F0FD

Text Example


Text Example

White with #A1F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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