Shades of Tropical Blue #ADC5FD
Tints of Tropical Blue #ADC5FD
RGB
CMYK
RGB Variations
Color information
#ADC5FD (or 0xADC5FD) is known color: Tropical Blue. HEX triplet: AD, C5 and FD. RGB value is (173,197,253). Sum of RGB (Red+Green+Blue) = 173+197+253=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5FD is #523A02. Grayscale: #C3C3C3. Windows color (decimal): -5388803 or 16631213. OLE color: 16631213.
HSL color Cylindrical-coordinate representation of color #ADC5FD: hue angle of 222º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC5FD is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 197 | 253 | - |
CMYK | 0.32 | 0.22 | 0 | 0.01 |
HSL | 222º | 0.95% | 0.84% | - |
HSV(B) | 222º | 0.32% | 0.99% | - |
XYZ | 54.93 | 55.91 | 100.82 | - |
YUV | 196.21 | 160.05 | 111.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 197 | 253 | 0.32 | 0.22 | 0 | 0.01 | 222 | 0.95 | 0.84 |
Hex | AD | C5 | FD | 20 | 16 | 0 | 1 | DE | 5F | 54 |
Octal | 255 | 305 | 375 | 40 | 26 | 0 | 1 | 336 | 137 | 124 |
Binary | 10101101 | 11000101 | 11111101 | 100000 | 10110 | 0 | 1 | 11011110 | 1011111 | 1010100 |
Color Harmonies of #ADC5FD
Complementary color
Monochromatic Colors of #ADC5FD
Black with #ADC5FD
Text Example
Text Example
White with #ADC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5FD; }
p { color: rgb(173,197,253); }
H1.HeaderClassName
{
color: #ADC5FD;
}
.AnyTagClassName
{
color: #ADC5FD;
}
</style>
background-color css
<style>
a { background-color: #ADC5FD; }
a { background-color: rgb(173,197,253); }
div.DivClassName
{
background-color: #ADC5FD;
}
.BgClassName
{
background-color: #ADC5FD;
}
</style>
border-color css
<style>
span { border-color: #ADC5FD; }
span { border-color: rgb(173,197,253); }
td.TdClassName
{
border-color: #ADC5FD;
}
.TagClassName
{
border-color: #ADC5FD;
}
</style>