Shades of Deep Sky Blue #18C6ED
Tints of Deep Sky Blue #18C6ED
RGB
CMYK
RGB Variations
Color information
#18C6ED (or 0x18C6ED) is known color: Deep Sky Blue. HEX triplet: 18, C6 and ED. RGB value is (24,198,237). Sum of RGB (Red+Green+Blue) = 24+198+237=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #18C6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C6ED is #E73912. Grayscale: #969696. Windows color (decimal): -15153427 or 15582744. OLE color: 15582744.
HSL color Cylindrical-coordinate representation of color #18C6ED: hue angle of 190.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C6ED is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 198 | 237 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.07 |
| HSL | 190.99º | 0.86% | 0.51% | - |
| HSV(B) | 190.99º | 0.9% | 0.93% | - |
| XYZ | 35.86 | 46.7 | 87.24 | - |
| YUV | 150.42 | 176.85 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 237 | 0.90 | 0.16 | 0 | 0.07 | 190.99 | 0.86 | 0.51 |
| Hex | 18 | C6 | ED | 5A | 10 | 0 | 7 | BF | 56 | 33 |
| Octal | 30 | 306 | 355 | 132 | 20 | 0 | 7 | 277 | 126 | 63 |
| Binary | 11000 | 11000110 | 11101101 | 1011010 | 10000 | 0 | 111 | 10111111 | 1010110 | 110011 |
Color Harmonies of #18C6ED
Complementary color
Monochromatic Colors of #18C6ED
Black with #18C6ED
Text Example
Text Example
White with #18C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C6ED; }
p { color: rgb(24,198,237); }
H1.HeaderClassName
{
color: #18C6ED;
}
.AnyTagClassName
{
color: #18C6ED;
}
</style>
background-color css
<style>
a { background-color: #18C6ED; }
a { background-color: rgb(24,198,237); }
div.DivClassName
{
background-color: #18C6ED;
}
.BgClassName
{
background-color: #18C6ED;
}
</style>
border-color css
<style>
span { border-color: #18C6ED; }
span { border-color: rgb(24,198,237); }
td.TdClassName
{
border-color: #18C6ED;
}
.TagClassName
{
border-color: #18C6ED;
}
</style>