Shades of Light Blue #ADDCF3
Tints of Light Blue #ADDCF3
RGB
CMYK
RGB Variations
Color information
#ADDCF3 (or 0xADDCF3) is known color: Light Blue. HEX triplet: AD, DC and F3. RGB value is (173,220,243). Sum of RGB (Red+Green+Blue) = 173+220+243=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF3 is #52230C. Grayscale: #D0D0D0. Windows color (decimal): -5382925 or 15981741. OLE color: 15981741.
HSL color Cylindrical-coordinate representation of color #ADDCF3: hue angle of 199.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDCF3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 220 | 243 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.05 |
| HSL | 199.71º | 0.74% | 0.82% | - |
| HSV(B) | 199.71º | 0.29% | 0.95% | - |
| XYZ | 59 | 66.54 | 94.53 | - |
| YUV | 208.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 243 | 0.29 | 0.09 | 0 | 0.05 | 199.71 | 0.74 | 0.82 |
| Hex | AD | DC | F3 | 1D | 9 | 0 | 5 | C8 | 4A | 52 |
| Octal | 255 | 334 | 363 | 35 | 11 | 0 | 5 | 310 | 112 | 122 |
| Binary | 10101101 | 11011100 | 11110011 | 11101 | 1001 | 0 | 101 | 11001000 | 1001010 | 1010010 |
Color Harmonies of #ADDCF3
Complementary color
Monochromatic Colors of #ADDCF3
Black with #ADDCF3
Text Example
Text Example
White with #ADDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCF3; }
p { color: rgb(173,220,243); }
H1.HeaderClassName
{
color: #ADDCF3;
}
.AnyTagClassName
{
color: #ADDCF3;
}
</style>
background-color css
<style>
a { background-color: #ADDCF3; }
a { background-color: rgb(173,220,243); }
div.DivClassName
{
background-color: #ADDCF3;
}
.BgClassName
{
background-color: #ADDCF3;
}
</style>
border-color css
<style>
span { border-color: #ADDCF3; }
span { border-color: rgb(173,220,243); }
td.TdClassName
{
border-color: #ADDCF3;
}
.TagClassName
{
border-color: #ADDCF3;
}
</style>