Shades of Light Blue #ADDAE5
Tints of Light Blue #ADDAE5
RGB
CMYK
RGB Variations
Color information
#ADDAE5 (or 0xADDAE5) is known color: Light Blue. HEX triplet: AD, DA and E5. RGB value is (173,218,229). Sum of RGB (Red+Green+Blue) = 173+218+229=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADDAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE5 is #52251A. Grayscale: #CDCDCD. Windows color (decimal): -5383451 or 15063725. OLE color: 15063725.
HSL color Cylindrical-coordinate representation of color #ADDAE5: hue angle of 191.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDAE5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 218 | 229 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.10 |
| HSL | 191.79º | 0.52% | 0.79% | - |
| HSV(B) | 191.79º | 0.24% | 0.9% | - |
| XYZ | 56.45 | 64.68 | 83.64 | - |
| YUV | 205.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 229 | 0.24 | 0.05 | 0 | 0.10 | 191.79 | 0.52 | 0.79 |
| Hex | AD | DA | E5 | 18 | 5 | 0 | A | C0 | 34 | 4F |
| Octal | 255 | 332 | 345 | 30 | 5 | 0 | 12 | 300 | 64 | 117 |
| Binary | 10101101 | 11011010 | 11100101 | 11000 | 101 | 0 | 1010 | 11000000 | 110100 | 1001111 |
Color Harmonies of #ADDAE5
Complementary color
Monochromatic Colors of #ADDAE5
Black with #ADDAE5
Text Example
Text Example
White with #ADDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAE5; }
p { color: rgb(173,218,229); }
H1.HeaderClassName
{
color: #ADDAE5;
}
.AnyTagClassName
{
color: #ADDAE5;
}
</style>
background-color css
<style>
a { background-color: #ADDAE5; }
a { background-color: rgb(173,218,229); }
div.DivClassName
{
background-color: #ADDAE5;
}
.BgClassName
{
background-color: #ADDAE5;
}
</style>
border-color css
<style>
span { border-color: #ADDAE5; }
span { border-color: rgb(173,218,229); }
td.TdClassName
{
border-color: #ADDAE5;
}
.TagClassName
{
border-color: #ADDAE5;
}
</style>