Shades of Deep Sky Blue #18CDF6
Tints of Deep Sky Blue #18CDF6
RGB
CMYK
RGB Variations
Color information
#18CDF6 (or 0x18CDF6) is known color: Deep Sky Blue. HEX triplet: 18, CD and F6. RGB value is (24,205,246). Sum of RGB (Red+Green+Blue) = 24+205+246=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #18CDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDF6 is #E73209. Grayscale: #9B9B9B. Windows color (decimal): -15151626 or 16174360. OLE color: 16174360.
HSL color Cylindrical-coordinate representation of color #18CDF6: hue angle of 191.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CDF6 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 205 | 246 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.04 |
| HSL | 191.08º | 0.93% | 0.53% | - |
| HSV(B) | 191.08º | 0.9% | 0.96% | - |
| XYZ | 38.84 | 50.51 | 94.89 | - |
| YUV | 155.56 | 179.03 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 246 | 0.90 | 0.17 | 0 | 0.04 | 191.08 | 0.93 | 0.53 |
| Hex | 18 | CD | F6 | 5A | 11 | 0 | 4 | BF | 5C | 35 |
| Octal | 30 | 315 | 366 | 132 | 21 | 0 | 4 | 277 | 134 | 65 |
| Binary | 11000 | 11001101 | 11110110 | 1011010 | 10001 | 0 | 100 | 10111111 | 1011100 | 110101 |
Color Harmonies of #18CDF6
Complementary color
Monochromatic Colors of #18CDF6
Black with #18CDF6
Text Example
Text Example
White with #18CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDF6; }
p { color: rgb(24,205,246); }
H1.HeaderClassName
{
color: #18CDF6;
}
.AnyTagClassName
{
color: #18CDF6;
}
</style>
background-color css
<style>
a { background-color: #18CDF6; }
a { background-color: rgb(24,205,246); }
div.DivClassName
{
background-color: #18CDF6;
}
.BgClassName
{
background-color: #18CDF6;
}
</style>
border-color css
<style>
span { border-color: #18CDF6; }
span { border-color: rgb(24,205,246); }
td.TdClassName
{
border-color: #18CDF6;
}
.TagClassName
{
border-color: #18CDF6;
}
</style>