Shades of Light Blue #ADDFF0
Tints of Light Blue #ADDFF0
RGB
CMYK
RGB Variations
Color information
#ADDFF0 (or 0xADDFF0) is known color: Light Blue. HEX triplet: AD, DF and F0. RGB value is (173,223,240). Sum of RGB (Red+Green+Blue) = 173+223+240=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF0 is #52200F. Grayscale: #D1D1D1. Windows color (decimal): -5382160 or 15785901. OLE color: 15785901.
HSL color Cylindrical-coordinate representation of color #ADDFF0: hue angle of 195.22º 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 #ADDFF0 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 223 | 240 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.06 |
| HSL | 195.22º | 0.69% | 0.81% | - |
| HSV(B) | 195.22º | 0.28% | 0.94% | - |
| XYZ | 59.35 | 67.95 | 92.43 | - |
| YUV | 209.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 240 | 0.28 | 0.07 | 0 | 0.06 | 195.22 | 0.69 | 0.81 |
| Hex | AD | DF | F0 | 1C | 7 | 0 | 6 | C3 | 45 | 51 |
| Octal | 255 | 337 | 360 | 34 | 7 | 0 | 6 | 303 | 105 | 121 |
| Binary | 10101101 | 11011111 | 11110000 | 11100 | 111 | 0 | 110 | 11000011 | 1000101 | 1010001 |
Color Harmonies of #ADDFF0
Complementary color
Monochromatic Colors of #ADDFF0
Black with #ADDFF0
Text Example
Text Example
White with #ADDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFF0; }
p { color: rgb(173,223,240); }
H1.HeaderClassName
{
color: #ADDFF0;
}
.AnyTagClassName
{
color: #ADDFF0;
}
</style>
background-color css
<style>
a { background-color: #ADDFF0; }
a { background-color: rgb(173,223,240); }
div.DivClassName
{
background-color: #ADDFF0;
}
.BgClassName
{
background-color: #ADDFF0;
}
</style>
border-color css
<style>
span { border-color: #ADDFF0; }
span { border-color: rgb(173,223,240); }
td.TdClassName
{
border-color: #ADDFF0;
}
.TagClassName
{
border-color: #ADDFF0;
}
</style>