Html Css Color HEX #A1DCF2 Blizzard Blue

📋 copy color: '#A1DCF2'

red 161 ◦ green 220 ◦ blue 242

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

Shades of Blizzard Blue #A1DCF2

Tints of Blizzard Blue #A1DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.31%

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 25.84%
G = 35.31%
B = 38.84%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A1DCF2 (or 0xA1DCF2) is known color: Blizzard Blue. HEX triplet: A1, DC and F2. RGB value is (161,220,242). Sum of RGB (Red+Green+Blue) = 161+220+242=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCF2 is #5E230D. Grayscale: #CCCCCC. Windows color (decimal): -6169358 or 15916193. OLE color: 15916193.

HSL color Cylindrical-coordinate representation of color #A1DCF2: hue angle of 196.3º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DCF2 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 220 242 -
CMYK 0.33 0.09 0 0.05
HSL 196.3º 0.76% 0.79% -
HSV(B) 196.3º 0.33% 0.95% -
XYZ 56.32 65.17 93.62 -
YUV 204.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 161 220 242 0.33 0.09 0 0.05 196.3 0.76 0.79
Hex A1 DC F2 21 9 0 5 C4 4C 4F
Octal 241 334 362 41 11 0 5 304 114 117
Binary 10100001 11011100 11110010 100001 1001 0 101 11000100 1001100 1001111

Color Harmonies of #A1DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCF2

Black with #A1DCF2

Text Example


Text Example

White with #A1DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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