Shades of Light Blue #A2DAF1
Tints of Light Blue #A2DAF1
RGB
CMYK
RGB Variations
Color information
#A2DAF1 (or 0xA2DAF1) is known color: Light Blue. HEX triplet: A2, DA and F1. RGB value is (162,218,241). Sum of RGB (Red+Green+Blue) = 162+218+241=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 218 (85.55% from 255 or 35.10% 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 #A2DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAF1 is #5D250E. Grayscale: #CBCBCB. Windows color (decimal): -6104335 or 15850146. OLE color: 15850146.
HSL color Cylindrical-coordinate representation of color #A2DAF1: hue angle of 197.47º 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 #A2DAF1 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 218 | 241 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.05 |
| HSL | 197.47º | 0.74% | 0.79% | - |
| HSV(B) | 197.47º | 0.33% | 0.95% | - |
| XYZ | 55.85 | 64.18 | 92.66 | - |
| YUV | 203.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 241 | 0.33 | 0.10 | 0 | 0.05 | 197.47 | 0.74 | 0.79 |
| Hex | A2 | DA | F1 | 21 | A | 0 | 5 | C5 | 4A | 4F |
| Octal | 242 | 332 | 361 | 41 | 12 | 0 | 5 | 305 | 112 | 117 |
| Binary | 10100010 | 11011010 | 11110001 | 100001 | 1010 | 0 | 101 | 11000101 | 1001010 | 1001111 |
Color Harmonies of #A2DAF1
Complementary color
Monochromatic Colors of #A2DAF1
Black with #A2DAF1
Text Example
Text Example
White with #A2DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAF1; }
p { color: rgb(162,218,241); }
H1.HeaderClassName
{
color: #A2DAF1;
}
.AnyTagClassName
{
color: #A2DAF1;
}
</style>
background-color css
<style>
a { background-color: #A2DAF1; }
a { background-color: rgb(162,218,241); }
div.DivClassName
{
background-color: #A2DAF1;
}
.BgClassName
{
background-color: #A2DAF1;
}
</style>
border-color css
<style>
span { border-color: #A2DAF1; }
span { border-color: rgb(162,218,241); }
td.TdClassName
{
border-color: #A2DAF1;
}
.TagClassName
{
border-color: #A2DAF1;
}
</style>