Shades of Light Blue #ADDCF4
Tints of Light Blue #ADDCF4
RGB
CMYK
RGB Variations
Color information
#ADDCF4 (or 0xADDCF4) is known color: Light Blue. HEX triplet: AD, DC and F4. RGB value is (173,220,244). Sum of RGB (Red+Green+Blue) = 173+220+244=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF4 is #52230B. Grayscale: #D0D0D0. Windows color (decimal): -5382924 or 16047277. OLE color: 16047277.
HSL color Cylindrical-coordinate representation of color #ADDCF4: hue angle of 200.28º degrees, saturation: 0.76, 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 #ADDCF4 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 220 | 244 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.04 |
| HSL | 200.28º | 0.76% | 0.82% | - |
| HSV(B) | 200.28º | 0.29% | 0.96% | - |
| XYZ | 59.16 | 66.6 | 95.33 | - |
| YUV | 208.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 244 | 0.29 | 0.10 | 0 | 0.04 | 200.28 | 0.76 | 0.82 |
| Hex | AD | DC | F4 | 1D | A | 0 | 4 | C8 | 4C | 52 |
| Octal | 255 | 334 | 364 | 35 | 12 | 0 | 4 | 310 | 114 | 122 |
| Binary | 10101101 | 11011100 | 11110100 | 11101 | 1010 | 0 | 100 | 11001000 | 1001100 | 1010010 |
Color Harmonies of #ADDCF4
Complementary color
Monochromatic Colors of #ADDCF4
Black with #ADDCF4
Text Example
Text Example
White with #ADDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCF4; }
p { color: rgb(173,220,244); }
H1.HeaderClassName
{
color: #ADDCF4;
}
.AnyTagClassName
{
color: #ADDCF4;
}
</style>
background-color css
<style>
a { background-color: #ADDCF4; }
a { background-color: rgb(173,220,244); }
div.DivClassName
{
background-color: #ADDCF4;
}
.BgClassName
{
background-color: #ADDCF4;
}
</style>
border-color css
<style>
span { border-color: #ADDCF4; }
span { border-color: rgb(173,220,244); }
td.TdClassName
{
border-color: #ADDCF4;
}
.TagClassName
{
border-color: #ADDCF4;
}
</style>