Shades of Light Blue #ADDAF0
Tints of Light Blue #ADDAF0
RGB
CMYK
RGB Variations
Color information
#ADDAF0 (or 0xADDAF0) is known color: Light Blue. HEX triplet: AD, DA and F0. RGB value is (173,218,240). Sum of RGB (Red+Green+Blue) = 173+218+240=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF0 is #52250F. Grayscale: #CECECE. Windows color (decimal): -5383440 or 15784621. OLE color: 15784621.
HSL color Cylindrical-coordinate representation of color #ADDAF0: hue angle of 199.7º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDAF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 218 | 240 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.06 |
| HSL | 199.7º | 0.69% | 0.81% | - |
| HSV(B) | 199.7º | 0.28% | 0.94% | - |
| XYZ | 58.03 | 65.32 | 91.99 | - |
| YUV | 207.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 240 | 0.28 | 0.09 | 0 | 0.06 | 199.7 | 0.69 | 0.81 |
| Hex | AD | DA | F0 | 1C | 9 | 0 | 6 | C8 | 45 | 51 |
| Octal | 255 | 332 | 360 | 34 | 11 | 0 | 6 | 310 | 105 | 121 |
| Binary | 10101101 | 11011010 | 11110000 | 11100 | 1001 | 0 | 110 | 11001000 | 1000101 | 1010001 |
Color Harmonies of #ADDAF0
Complementary color
Monochromatic Colors of #ADDAF0
Black with #ADDAF0
Text Example
Text Example
White with #ADDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF0; }
p { color: rgb(173,218,240); }
H1.HeaderClassName
{
color: #ADDAF0;
}
.AnyTagClassName
{
color: #ADDAF0;
}
</style>
background-color css
<style>
a { background-color: #ADDAF0; }
a { background-color: rgb(173,218,240); }
div.DivClassName
{
background-color: #ADDAF0;
}
.BgClassName
{
background-color: #ADDAF0;
}
</style>
border-color css
<style>
span { border-color: #ADDAF0; }
span { border-color: rgb(173,218,240); }
td.TdClassName
{
border-color: #ADDAF0;
}
.TagClassName
{
border-color: #ADDAF0;
}
</style>