Shades of Light Blue #ADDCF1
Tints of Light Blue #ADDCF1
RGB
CMYK
RGB Variations
Color information
#ADDCF1 (or 0xADDCF1) is known color: Light Blue. HEX triplet: AD, DC and F1. RGB value is (173,220,241). Sum of RGB (Red+Green+Blue) = 173+220+241=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF1 is #52230E. Grayscale: #D0D0D0. Windows color (decimal): -5382927 or 15850669. OLE color: 15850669.
HSL color Cylindrical-coordinate representation of color #ADDCF1: hue angle of 198.53º 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 #ADDCF1 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 220 | 241 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 198.53º | 0.71% | 0.81% | - |
| HSV(B) | 198.53º | 0.28% | 0.95% | - |
| XYZ | 58.7 | 66.42 | 92.95 | - |
| YUV | 208.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 241 | 0.28 | 0.09 | 0 | 0.05 | 198.53 | 0.71 | 0.81 |
| Hex | AD | DC | F1 | 1C | 9 | 0 | 5 | C7 | 47 | 51 |
| Octal | 255 | 334 | 361 | 34 | 11 | 0 | 5 | 307 | 107 | 121 |
| Binary | 10101101 | 11011100 | 11110001 | 11100 | 1001 | 0 | 101 | 11000111 | 1000111 | 1010001 |
Color Harmonies of #ADDCF1
Complementary color
Monochromatic Colors of #ADDCF1
Black with #ADDCF1
Text Example
Text Example
White with #ADDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCF1; }
p { color: rgb(173,220,241); }
H1.HeaderClassName
{
color: #ADDCF1;
}
.AnyTagClassName
{
color: #ADDCF1;
}
</style>
background-color css
<style>
a { background-color: #ADDCF1; }
a { background-color: rgb(173,220,241); }
div.DivClassName
{
background-color: #ADDCF1;
}
.BgClassName
{
background-color: #ADDCF1;
}
</style>
border-color css
<style>
span { border-color: #ADDCF1; }
span { border-color: rgb(173,220,241); }
td.TdClassName
{
border-color: #ADDCF1;
}
.TagClassName
{
border-color: #ADDCF1;
}
</style>