Shades of Light Blue #A4DAF1
Tints of Light Blue #A4DAF1
RGB
CMYK
RGB Variations
Color information
#A4DAF1 (or 0xA4DAF1) is known color: Light Blue. HEX triplet: A4, DA and F1. RGB value is (164,218,241). Sum of RGB (Red+Green+Blue) = 164+218+241=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAF1 is #5B250E. Grayscale: #CCCCCC. Windows color (decimal): -5973263 or 15850148. OLE color: 15850148.
HSL color Cylindrical-coordinate representation of color #A4DAF1: hue angle of 197.92º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DAF1 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 218 | 241 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.05 |
| HSL | 197.92º | 0.73% | 0.79% | - |
| HSV(B) | 197.92º | 0.32% | 0.95% | - |
| XYZ | 56.26 | 64.39 | 92.68 | - |
| YUV | 204.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 241 | 0.32 | 0.10 | 0 | 0.05 | 197.92 | 0.73 | 0.79 |
| Hex | A4 | DA | F1 | 20 | A | 0 | 5 | C6 | 49 | 4F |
| Octal | 244 | 332 | 361 | 40 | 12 | 0 | 5 | 306 | 111 | 117 |
| Binary | 10100100 | 11011010 | 11110001 | 100000 | 1010 | 0 | 101 | 11000110 | 1001001 | 1001111 |
Color Harmonies of #A4DAF1
Complementary color
Monochromatic Colors of #A4DAF1
Black with #A4DAF1
Text Example
Text Example
White with #A4DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DAF1; }
p { color: rgb(164,218,241); }
H1.HeaderClassName
{
color: #A4DAF1;
}
.AnyTagClassName
{
color: #A4DAF1;
}
</style>
background-color css
<style>
a { background-color: #A4DAF1; }
a { background-color: rgb(164,218,241); }
div.DivClassName
{
background-color: #A4DAF1;
}
.BgClassName
{
background-color: #A4DAF1;
}
</style>
border-color css
<style>
span { border-color: #A4DAF1; }
span { border-color: rgb(164,218,241); }
td.TdClassName
{
border-color: #A4DAF1;
}
.TagClassName
{
border-color: #A4DAF1;
}
</style>