Shades of Light Blue #ADDEF5
Tints of Light Blue #ADDEF5
RGB
CMYK
RGB Variations
Color information
#ADDEF5 (or 0xADDEF5) is known color: Light Blue. HEX triplet: AD, DE and F5. RGB value is (173,222,245). Sum of RGB (Red+Green+Blue) = 173+222+245=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF5 is #52210A. Grayscale: #D1D1D1. Windows color (decimal): -5382411 or 16113325. OLE color: 16113325.
HSL color Cylindrical-coordinate representation of color #ADDEF5: hue angle of 199.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDEF5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 222 | 245 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 199.17º | 0.78% | 0.82% | - |
| HSV(B) | 199.17º | 0.29% | 0.96% | - |
| XYZ | 59.84 | 67.72 | 96.3 | - |
| YUV | 209.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 245 | 0.29 | 0.09 | 0 | 0.04 | 199.17 | 0.78 | 0.82 |
| Hex | AD | DE | F5 | 1D | 9 | 0 | 4 | C7 | 4E | 52 |
| Octal | 255 | 336 | 365 | 35 | 11 | 0 | 4 | 307 | 116 | 122 |
| Binary | 10101101 | 11011110 | 11110101 | 11101 | 1001 | 0 | 100 | 11000111 | 1001110 | 1010010 |
Color Harmonies of #ADDEF5
Complementary color
Monochromatic Colors of #ADDEF5
Black with #ADDEF5
Text Example
Text Example
White with #ADDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEF5; }
p { color: rgb(173,222,245); }
H1.HeaderClassName
{
color: #ADDEF5;
}
.AnyTagClassName
{
color: #ADDEF5;
}
</style>
background-color css
<style>
a { background-color: #ADDEF5; }
a { background-color: rgb(173,222,245); }
div.DivClassName
{
background-color: #ADDEF5;
}
.BgClassName
{
background-color: #ADDEF5;
}
</style>
border-color css
<style>
span { border-color: #ADDEF5; }
span { border-color: rgb(173,222,245); }
td.TdClassName
{
border-color: #ADDEF5;
}
.TagClassName
{
border-color: #ADDEF5;
}
</style>