Shades of Deep Sky Blue #18D8FC
Tints of Deep Sky Blue #18D8FC
RGB
CMYK
RGB Variations
Color information
#18D8FC (or 0x18D8FC) is known color: Deep Sky Blue. HEX triplet: 18, D8 and FC. RGB value is (24,216,252). Sum of RGB (Red+Green+Blue) = 24+216+252=492 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.88% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #18D8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D8FC is #E72703. Grayscale: #A2A2A2. Windows color (decimal): -15148804 or 16570392. OLE color: 16570392.
HSL color Cylindrical-coordinate representation of color #18D8FC: hue angle of 189.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D8FC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 216 | 252 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.01 |
| HSL | 189.47º | 0.97% | 0.54% | - |
| HSV(B) | 189.47º | 0.9% | 0.99% | - |
| XYZ | 42.5 | 56.33 | 100.73 | - |
| YUV | 162.7 | 178.39 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 252 | 0.90 | 0.14 | 0 | 0.01 | 189.47 | 0.97 | 0.54 |
| Hex | 18 | D8 | FC | 5A | E | 0 | 1 | BD | 61 | 36 |
| Octal | 30 | 330 | 374 | 132 | 16 | 0 | 1 | 275 | 141 | 66 |
| Binary | 11000 | 11011000 | 11111100 | 1011010 | 1110 | 0 | 1 | 10111101 | 1100001 | 110110 |
Color Harmonies of #18D8FC
Complementary color
Monochromatic Colors of #18D8FC
Black with #18D8FC
Text Example
Text Example
White with #18D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D8FC; }
p { color: rgb(24,216,252); }
H1.HeaderClassName
{
color: #18D8FC;
}
.AnyTagClassName
{
color: #18D8FC;
}
</style>
background-color css
<style>
a { background-color: #18D8FC; }
a { background-color: rgb(24,216,252); }
div.DivClassName
{
background-color: #18D8FC;
}
.BgClassName
{
background-color: #18D8FC;
}
</style>
border-color css
<style>
span { border-color: #18D8FC; }
span { border-color: rgb(24,216,252); }
td.TdClassName
{
border-color: #18D8FC;
}
.TagClassName
{
border-color: #18D8FC;
}
</style>