Shades of Tropical Blue #ADC4F4
Tints of Tropical Blue #ADC4F4
RGB
CMYK
RGB Variations
Color information
#ADC4F4 (or 0xADC4F4) is known color: Tropical Blue. HEX triplet: AD, C4 and F4. RGB value is (173,196,244). Sum of RGB (Red+Green+Blue) = 173+196+244=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADC4F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC4F4 is #523B0B. Grayscale: #C2C2C2. Windows color (decimal): -5389068 or 16041133. OLE color: 16041133.
HSL color Cylindrical-coordinate representation of color #ADC4F4: hue angle of 220.56º 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 #ADC4F4 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 196 | 244 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.04 |
| HSL | 220.56º | 0.76% | 0.82% | - |
| HSV(B) | 220.56º | 0.29% | 0.96% | - |
| XYZ | 53.3 | 54.9 | 93.37 | - |
| YUV | 194.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 244 | 0.29 | 0.20 | 0 | 0.04 | 220.56 | 0.76 | 0.82 |
| Hex | AD | C4 | F4 | 1D | 14 | 0 | 4 | DD | 4C | 52 |
| Octal | 255 | 304 | 364 | 35 | 24 | 0 | 4 | 335 | 114 | 122 |
| Binary | 10101101 | 11000100 | 11110100 | 11101 | 10100 | 0 | 100 | 11011101 | 1001100 | 1010010 |
Color Harmonies of #ADC4F4
Complementary color
Monochromatic Colors of #ADC4F4
Black with #ADC4F4
Text Example
Text Example
White with #ADC4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4F4; }
p { color: rgb(173,196,244); }
H1.HeaderClassName
{
color: #ADC4F4;
}
.AnyTagClassName
{
color: #ADC4F4;
}
</style>
background-color css
<style>
a { background-color: #ADC4F4; }
a { background-color: rgb(173,196,244); }
div.DivClassName
{
background-color: #ADC4F4;
}
.BgClassName
{
background-color: #ADC4F4;
}
</style>
border-color css
<style>
span { border-color: #ADC4F4; }
span { border-color: rgb(173,196,244); }
td.TdClassName
{
border-color: #ADC4F4;
}
.TagClassName
{
border-color: #ADC4F4;
}
</style>