Shades of Deep Sky Blue #15CEED
Tints of Deep Sky Blue #15CEED
RGB
CMYK
RGB Variations
Color information
#15CEED (or 0x15CEED) is known color: Deep Sky Blue. HEX triplet: 15, CE and ED. RGB value is (21,206,237). Sum of RGB (Red+Green+Blue) = 21+206+237=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #15CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEED is #EA3112. Grayscale: #999999. Windows color (decimal): -15347987 or 15584789. OLE color: 15584789.
HSL color Cylindrical-coordinate representation of color #15CEED: hue angle of 188.61º 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 #15CEED is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 206 | 237 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.61º | 0.86% | 0.51% | - |
| HSV(B) | 188.61º | 0.91% | 0.93% | - |
| XYZ | 37.67 | 50.42 | 87.87 | - |
| YUV | 154.22 | 174.71 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 237 | 0.91 | 0.13 | 0 | 0.07 | 188.61 | 0.86 | 0.51 |
| Hex | 15 | CE | ED | 5B | D | 0 | 7 | BD | 56 | 33 |
| Octal | 25 | 316 | 355 | 133 | 15 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10101 | 11001110 | 11101101 | 1011011 | 1101 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #15CEED
Complementary color
Monochromatic Colors of #15CEED
Black with #15CEED
Text Example
Text Example
White with #15CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CEED; }
p { color: rgb(21,206,237); }
H1.HeaderClassName
{
color: #15CEED;
}
.AnyTagClassName
{
color: #15CEED;
}
</style>
background-color css
<style>
a { background-color: #15CEED; }
a { background-color: rgb(21,206,237); }
div.DivClassName
{
background-color: #15CEED;
}
.BgClassName
{
background-color: #15CEED;
}
</style>
border-color css
<style>
span { border-color: #15CEED; }
span { border-color: rgb(21,206,237); }
td.TdClassName
{
border-color: #15CEED;
}
.TagClassName
{
border-color: #15CEED;
}
</style>