Shades of Light Blue #ADDFF1
Tints of Light Blue #ADDFF1
RGB
CMYK
RGB Variations
Color information
#ADDFF1 (or 0xADDFF1) is known color: Light Blue. HEX triplet: AD, DF and F1. RGB value is (173,223,241). Sum of RGB (Red+Green+Blue) = 173+223+241=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF1 is #52200E. Grayscale: #D1D1D1. Windows color (decimal): -5382159 or 15851437. OLE color: 15851437.
HSL color Cylindrical-coordinate representation of color #ADDFF1: hue angle of 195.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDFF1 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 223 | 241 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.05 |
| HSL | 195.88º | 0.71% | 0.81% | - |
| HSV(B) | 195.88º | 0.28% | 0.95% | - |
| XYZ | 59.5 | 68.01 | 93.21 | - |
| YUV | 210.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 241 | 0.28 | 0.07 | 0 | 0.05 | 195.88 | 0.71 | 0.81 |
| Hex | AD | DF | F1 | 1C | 7 | 0 | 5 | C4 | 47 | 51 |
| Octal | 255 | 337 | 361 | 34 | 7 | 0 | 5 | 304 | 107 | 121 |
| Binary | 10101101 | 11011111 | 11110001 | 11100 | 111 | 0 | 101 | 11000100 | 1000111 | 1010001 |
Color Harmonies of #ADDFF1
Complementary color
Monochromatic Colors of #ADDFF1
Black with #ADDFF1
Text Example
Text Example
White with #ADDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFF1; }
p { color: rgb(173,223,241); }
H1.HeaderClassName
{
color: #ADDFF1;
}
.AnyTagClassName
{
color: #ADDFF1;
}
</style>
background-color css
<style>
a { background-color: #ADDFF1; }
a { background-color: rgb(173,223,241); }
div.DivClassName
{
background-color: #ADDFF1;
}
.BgClassName
{
background-color: #ADDFF1;
}
</style>
border-color css
<style>
span { border-color: #ADDFF1; }
span { border-color: rgb(173,223,241); }
td.TdClassName
{
border-color: #ADDFF1;
}
.TagClassName
{
border-color: #ADDFF1;
}
</style>