Shades of Deep Sky Blue #18ADF8
Tints of Deep Sky Blue #18ADF8
RGB
CMYK
RGB Variations
Color information
#18ADF8 (or 0x18ADF8) is known color: Deep Sky Blue. HEX triplet: 18, AD and F8. RGB value is (24,173,248). Sum of RGB (Red+Green+Blue) = 24+173+248=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #18ADF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADF8 is #E75207. Grayscale: #888888. Windows color (decimal): -15159816 or 16297240. OLE color: 16297240.
HSL color Cylindrical-coordinate representation of color #18ADF8: hue angle of 200.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ADF8 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 173 | 248 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.03 |
| HSL | 200.09º | 0.94% | 0.53% | - |
| HSV(B) | 200.09º | 0.9% | 0.97% | - |
| XYZ | 32.26 | 36.86 | 94.22 | - |
| YUV | 137 | 190.64 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 248 | 0.90 | 0.30 | 0 | 0.03 | 200.09 | 0.94 | 0.53 |
| Hex | 18 | AD | F8 | 5A | 1E | 0 | 3 | C8 | 5E | 35 |
| Octal | 30 | 255 | 370 | 132 | 36 | 0 | 3 | 310 | 136 | 65 |
| Binary | 11000 | 10101101 | 11111000 | 1011010 | 11110 | 0 | 11 | 11001000 | 1011110 | 110101 |
Color Harmonies of #18ADF8
Complementary color
Monochromatic Colors of #18ADF8
Black with #18ADF8
Text Example
Text Example
White with #18ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADF8; }
p { color: rgb(24,173,248); }
H1.HeaderClassName
{
color: #18ADF8;
}
.AnyTagClassName
{
color: #18ADF8;
}
</style>
background-color css
<style>
a { background-color: #18ADF8; }
a { background-color: rgb(24,173,248); }
div.DivClassName
{
background-color: #18ADF8;
}
.BgClassName
{
background-color: #18ADF8;
}
</style>
border-color css
<style>
span { border-color: #18ADF8; }
span { border-color: rgb(24,173,248); }
td.TdClassName
{
border-color: #18ADF8;
}
.TagClassName
{
border-color: #18ADF8;
}
</style>