Shades of Tropical Blue #ADC4F8
Tints of Tropical Blue #ADC4F8
RGB
CMYK
RGB Variations
Color information
#ADC4F8 (or 0xADC4F8) is known color: Tropical Blue. HEX triplet: AD, C4 and F8. RGB value is (173,196,248). Sum of RGB (Red+Green+Blue) = 173+196+248=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADC4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC4F8 is #523B07. Grayscale: #C2C2C2. Windows color (decimal): -5389064 or 16303277. OLE color: 16303277.
HSL color Cylindrical-coordinate representation of color #ADC4F8: hue angle of 221.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC4F8 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 196 | 248 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.03 |
| HSL | 221.6º | 0.84% | 0.83% | - |
| HSV(B) | 221.6º | 0.3% | 0.97% | - |
| XYZ | 53.92 | 55.14 | 96.61 | - |
| YUV | 195.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 248 | 0.30 | 0.21 | 0 | 0.03 | 221.6 | 0.84 | 0.83 |
| Hex | AD | C4 | F8 | 1E | 15 | 0 | 3 | DE | 54 | 53 |
| Octal | 255 | 304 | 370 | 36 | 25 | 0 | 3 | 336 | 124 | 123 |
| Binary | 10101101 | 11000100 | 11111000 | 11110 | 10101 | 0 | 11 | 11011110 | 1010100 | 1010011 |
Color Harmonies of #ADC4F8
Complementary color
Monochromatic Colors of #ADC4F8
Black with #ADC4F8
Text Example
Text Example
White with #ADC4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4F8; }
p { color: rgb(173,196,248); }
H1.HeaderClassName
{
color: #ADC4F8;
}
.AnyTagClassName
{
color: #ADC4F8;
}
</style>
background-color css
<style>
a { background-color: #ADC4F8; }
a { background-color: rgb(173,196,248); }
div.DivClassName
{
background-color: #ADC4F8;
}
.BgClassName
{
background-color: #ADC4F8;
}
</style>
border-color css
<style>
span { border-color: #ADC4F8; }
span { border-color: rgb(173,196,248); }
td.TdClassName
{
border-color: #ADC4F8;
}
.TagClassName
{
border-color: #ADC4F8;
}
</style>