Html Css Color HEX #A1F2FD Blizzard Blue

📋 copy color: '#A1F2FD'

red 161 ◦ green 242 ◦ blue 253

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

Shades of Blizzard Blue #A1F2FD

Tints of Blizzard Blue #A1F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

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

R = 24.54%
G = 36.89%
B = 38.57%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1F2FD (or 0xA1F2FD) is known color: Blizzard Blue. HEX triplet: A1, F2 and FD. RGB value is (161,242,253). Sum of RGB (Red+Green+Blue) = 161+242+253=656 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.54% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2FD is #5E0D02. Grayscale: #DADADA. Windows color (decimal): -6163715 or 16642721. OLE color: 16642721.

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

Color convert

RGB 161 242 253 -
CMYK 0.36 0.04 0 0.01
HSL 187.17º 0.96% 0.81% -
HSV(B) 187.17º 0.36% 0.99% -
XYZ 64.18 78.17 104.63 -
YUV 219.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 161 242 253 0.36 0.04 0 0.01 187.17 0.96 0.81
Hex A1 F2 FD 24 4 0 1 BB 60 51
Octal 241 362 375 44 4 0 1 273 140 121
Binary 10100001 11110010 11111101 100100 100 0 1 10111011 1100000 1010001

Color Harmonies of #A1F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2FD

Black with #A1F2FD

Text Example


Text Example

White with #A1F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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