Html Css Color HEX #A1DBF1 Blizzard Blue

📋 copy color: '#A1DBF1'

red 161 ◦ green 219 ◦ blue 241

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

Shades of Blizzard Blue #A1DBF1

Tints of Blizzard Blue #A1DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

 BLUE value IS 241 (94.53% from 255) = 38.81%

R = 25.93%
G = 35.27%
B = 38.81%

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

#A1DBF1 (or 0xA1DBF1) is known color: Blizzard Blue. HEX triplet: A1, DB and F1. RGB value is (161,219,241). Sum of RGB (Red+Green+Blue) = 161+219+241=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBF1 is #5E240E. Grayscale: #CCCCCC. Windows color (decimal): -6169615 or 15850401. OLE color: 15850401.

HSL color Cylindrical-coordinate representation of color #A1DBF1: hue angle of 196.5º degrees, saturation: 0.74, 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 #A1DBF1 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 219 241 -
CMYK 0.33 0.09 0 0.05
HSL 196.5º 0.74% 0.79% -
HSV(B) 196.5º 0.33% 0.95% -
XYZ 55.91 64.59 92.74 -
YUV 204.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 161 219 241 0.33 0.09 0 0.05 196.5 0.74 0.79
Hex A1 DB F1 21 9 0 5 C4 4A 4F
Octal 241 333 361 41 11 0 5 304 112 117
Binary 10100001 11011011 11110001 100001 1001 0 101 11000100 1001010 1001111

Color Harmonies of #A1DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBF1

Black with #A1DBF1

Text Example


Text Example

White with #A1DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBF1; }

 p { color: rgb(161,219,241); }

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

background-color css

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

 a { background-color: rgb(161,219,241); }

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

border-color css

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

 span { border-color: rgb(161,219,241); }

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