Shades of Light Blue #ADDFF5
Tints of Light Blue #ADDFF5
RGB
CMYK
RGB Variations
Color information
#ADDFF5 (or 0xADDFF5) is known color: Light Blue. HEX triplet: AD, DF and F5. RGB value is (173,223,245). Sum of RGB (Red+Green+Blue) = 173+223+245=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADDFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF5 is #52200A. Grayscale: #D2D2D2. Windows color (decimal): -5382155 or 16113581. OLE color: 16113581.
HSL color Cylindrical-coordinate representation of color #ADDFF5: hue angle of 198.33º 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 #ADDFF5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 223 | 245 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 198.33º | 0.78% | 0.82% | - |
| HSV(B) | 198.33º | 0.29% | 0.96% | - |
| XYZ | 60.1 | 68.25 | 96.39 | - |
| YUV | 210.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 245 | 0.29 | 0.09 | 0 | 0.04 | 198.33 | 0.78 | 0.82 |
| Hex | AD | DF | F5 | 1D | 9 | 0 | 4 | C6 | 4E | 52 |
| Octal | 255 | 337 | 365 | 35 | 11 | 0 | 4 | 306 | 116 | 122 |
| Binary | 10101101 | 11011111 | 11110101 | 11101 | 1001 | 0 | 100 | 11000110 | 1001110 | 1010010 |
Color Harmonies of #ADDFF5
Complementary color
Monochromatic Colors of #ADDFF5
Black with #ADDFF5
Text Example
Text Example
White with #ADDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFF5; }
p { color: rgb(173,223,245); }
H1.HeaderClassName
{
color: #ADDFF5;
}
.AnyTagClassName
{
color: #ADDFF5;
}
</style>
background-color css
<style>
a { background-color: #ADDFF5; }
a { background-color: rgb(173,223,245); }
div.DivClassName
{
background-color: #ADDFF5;
}
.BgClassName
{
background-color: #ADDFF5;
}
</style>
border-color css
<style>
span { border-color: #ADDFF5; }
span { border-color: rgb(173,223,245); }
td.TdClassName
{
border-color: #ADDFF5;
}
.TagClassName
{
border-color: #ADDFF5;
}
</style>