Shades of Deep Sky Blue #15CFED
Tints of Deep Sky Blue #15CFED
RGB
CMYK
RGB Variations
Color information
#15CFED (or 0x15CFED) is known color: Deep Sky Blue. HEX triplet: 15, CF and ED. RGB value is (21,207,237). Sum of RGB (Red+Green+Blue) = 21+207+237=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #15CFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFED is #EA3012. Grayscale: #9A9A9A. Windows color (decimal): -15347731 or 15585045. OLE color: 15585045.
HSL color Cylindrical-coordinate representation of color #15CFED: hue angle of 188.33º 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 #15CFED is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 207 | 237 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.33º | 0.86% | 0.51% | - |
| HSV(B) | 188.33º | 0.91% | 0.93% | - |
| XYZ | 37.91 | 50.9 | 87.95 | - |
| YUV | 154.81 | 174.38 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 237 | 0.91 | 0.13 | 0 | 0.07 | 188.33 | 0.86 | 0.51 |
| Hex | 15 | CF | ED | 5B | D | 0 | 7 | BC | 56 | 33 |
| Octal | 25 | 317 | 355 | 133 | 15 | 0 | 7 | 274 | 126 | 63 |
| Binary | 10101 | 11001111 | 11101101 | 1011011 | 1101 | 0 | 111 | 10111100 | 1010110 | 110011 |
Color Harmonies of #15CFED
Complementary color
Monochromatic Colors of #15CFED
Black with #15CFED
Text Example
Text Example
White with #15CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFED; }
p { color: rgb(21,207,237); }
H1.HeaderClassName
{
color: #15CFED;
}
.AnyTagClassName
{
color: #15CFED;
}
</style>
background-color css
<style>
a { background-color: #15CFED; }
a { background-color: rgb(21,207,237); }
div.DivClassName
{
background-color: #15CFED;
}
.BgClassName
{
background-color: #15CFED;
}
</style>
border-color css
<style>
span { border-color: #15CFED; }
span { border-color: rgb(21,207,237); }
td.TdClassName
{
border-color: #15CFED;
}
.TagClassName
{
border-color: #15CFED;
}
</style>