Shades of Light Blue #A4DBF1
Tints of Light Blue #A4DBF1
RGB
CMYK
RGB Variations
Color information
#A4DBF1 (or 0xA4DBF1) is known color: Light Blue. HEX triplet: A4, DB and F1. RGB value is (164,219,241). Sum of RGB (Red+Green+Blue) = 164+219+241=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBF1 is #5B240E. Grayscale: #CCCCCC. Windows color (decimal): -5973007 or 15850404. OLE color: 15850404.
HSL color Cylindrical-coordinate representation of color #A4DBF1: hue angle of 197.14º 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 #A4DBF1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 219 | 241 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.05 |
| HSL | 197.14º | 0.73% | 0.79% | - |
| HSV(B) | 197.14º | 0.32% | 0.95% | - |
| XYZ | 56.52 | 64.91 | 92.77 | - |
| YUV | 205.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 241 | 0.32 | 0.09 | 0 | 0.05 | 197.14 | 0.73 | 0.79 |
| Hex | A4 | DB | F1 | 20 | 9 | 0 | 5 | C5 | 49 | 4F |
| Octal | 244 | 333 | 361 | 40 | 11 | 0 | 5 | 305 | 111 | 117 |
| Binary | 10100100 | 11011011 | 11110001 | 100000 | 1001 | 0 | 101 | 11000101 | 1001001 | 1001111 |
Color Harmonies of #A4DBF1
Complementary color
Monochromatic Colors of #A4DBF1
Black with #A4DBF1
Text Example
Text Example
White with #A4DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBF1; }
p { color: rgb(164,219,241); }
H1.HeaderClassName
{
color: #A4DBF1;
}
.AnyTagClassName
{
color: #A4DBF1;
}
</style>
background-color css
<style>
a { background-color: #A4DBF1; }
a { background-color: rgb(164,219,241); }
div.DivClassName
{
background-color: #A4DBF1;
}
.BgClassName
{
background-color: #A4DBF1;
}
</style>
border-color css
<style>
span { border-color: #A4DBF1; }
span { border-color: rgb(164,219,241); }
td.TdClassName
{
border-color: #A4DBF1;
}
.TagClassName
{
border-color: #A4DBF1;
}
</style>