Shades of Deep Sky Blue #15C6ED
Tints of Deep Sky Blue #15C6ED
RGB
CMYK
RGB Variations
Color information
#15C6ED (or 0x15C6ED) is known color: Deep Sky Blue. HEX triplet: 15, C6 and ED. RGB value is (21,198,237). Sum of RGB (Red+Green+Blue) = 21+198+237=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #15C6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C6ED is #EA3912. Grayscale: #959595. Windows color (decimal): -15350035 or 15582741. OLE color: 15582741.
HSL color Cylindrical-coordinate representation of color #15C6ED: hue angle of 190.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C6ED is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 198 | 237 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.07 |
| HSL | 190.83º | 0.86% | 0.51% | - |
| HSV(B) | 190.83º | 0.91% | 0.93% | - |
| XYZ | 35.79 | 46.66 | 87.24 | - |
| YUV | 149.52 | 177.36 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 198 | 237 | 0.91 | 0.16 | 0 | 0.07 | 190.83 | 0.86 | 0.51 |
| Hex | 15 | C6 | ED | 5B | 10 | 0 | 7 | BF | 56 | 33 |
| Octal | 25 | 306 | 355 | 133 | 20 | 0 | 7 | 277 | 126 | 63 |
| Binary | 10101 | 11000110 | 11101101 | 1011011 | 10000 | 0 | 111 | 10111111 | 1010110 | 110011 |
Color Harmonies of #15C6ED
Complementary color
Monochromatic Colors of #15C6ED
Black with #15C6ED
Text Example
Text Example
White with #15C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C6ED; }
p { color: rgb(21,198,237); }
H1.HeaderClassName
{
color: #15C6ED;
}
.AnyTagClassName
{
color: #15C6ED;
}
</style>
background-color css
<style>
a { background-color: #15C6ED; }
a { background-color: rgb(21,198,237); }
div.DivClassName
{
background-color: #15C6ED;
}
.BgClassName
{
background-color: #15C6ED;
}
</style>
border-color css
<style>
span { border-color: #15C6ED; }
span { border-color: rgb(21,198,237); }
td.TdClassName
{
border-color: #15C6ED;
}
.TagClassName
{
border-color: #15C6ED;
}
</style>