Shades of Deep Sky Blue #18CAF8
Tints of Deep Sky Blue #18CAF8
RGB
CMYK
RGB Variations
Color information
#18CAF8 (or 0x18CAF8) is known color: Deep Sky Blue. HEX triplet: 18, CA and F8. RGB value is (24,202,248). Sum of RGB (Red+Green+Blue) = 24+202+248=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #18CAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CAF8 is #E73507. Grayscale: #999999. Windows color (decimal): -15152392 or 16304664. OLE color: 16304664.
HSL color Cylindrical-coordinate representation of color #18CAF8: hue angle of 192.32º 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 #18CAF8 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 202 | 248 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.03 |
| HSL | 192.32º | 0.94% | 0.53% | - |
| HSV(B) | 192.32º | 0.9% | 0.97% | - |
| XYZ | 38.44 | 49.21 | 96.28 | - |
| YUV | 154.02 | 181.03 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 248 | 0.90 | 0.19 | 0 | 0.03 | 192.32 | 0.94 | 0.53 |
| Hex | 18 | CA | F8 | 5A | 13 | 0 | 3 | C0 | 5E | 35 |
| Octal | 30 | 312 | 370 | 132 | 23 | 0 | 3 | 300 | 136 | 65 |
| Binary | 11000 | 11001010 | 11111000 | 1011010 | 10011 | 0 | 11 | 11000000 | 1011110 | 110101 |
Color Harmonies of #18CAF8
Complementary color
Monochromatic Colors of #18CAF8
Black with #18CAF8
Text Example
Text Example
White with #18CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CAF8; }
p { color: rgb(24,202,248); }
H1.HeaderClassName
{
color: #18CAF8;
}
.AnyTagClassName
{
color: #18CAF8;
}
</style>
background-color css
<style>
a { background-color: #18CAF8; }
a { background-color: rgb(24,202,248); }
div.DivClassName
{
background-color: #18CAF8;
}
.BgClassName
{
background-color: #18CAF8;
}
</style>
border-color css
<style>
span { border-color: #18CAF8; }
span { border-color: rgb(24,202,248); }
td.TdClassName
{
border-color: #18CAF8;
}
.TagClassName
{
border-color: #18CAF8;
}
</style>