Shades of Deep Sky Blue #15CDEF
Tints of Deep Sky Blue #15CDEF
RGB
CMYK
RGB Variations
Color information
#15CDEF (or 0x15CDEF) is known color: Deep Sky Blue. HEX triplet: 15, CD and EF. RGB value is (21,205,239). Sum of RGB (Red+Green+Blue) = 21+205+239=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #15CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CDEF is #EA3210. Grayscale: #999999. Windows color (decimal): -15348241 or 15715605. OLE color: 15715605.
HSL color Cylindrical-coordinate representation of color #15CDEF: hue angle of 189.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CDEF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 205 | 239 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.06 |
| HSL | 189.36º | 0.87% | 0.51% | - |
| HSV(B) | 189.36º | 0.91% | 0.94% | - |
| XYZ | 37.72 | 50.05 | 89.33 | - |
| YUV | 153.86 | 176.04 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 239 | 0.91 | 0.14 | 0 | 0.06 | 189.36 | 0.87 | 0.51 |
| Hex | 15 | CD | EF | 5B | E | 0 | 6 | BD | 57 | 33 |
| Octal | 25 | 315 | 357 | 133 | 16 | 0 | 6 | 275 | 127 | 63 |
| Binary | 10101 | 11001101 | 11101111 | 1011011 | 1110 | 0 | 110 | 10111101 | 1010111 | 110011 |
Color Harmonies of #15CDEF
Complementary color
Monochromatic Colors of #15CDEF
Black with #15CDEF
Text Example
Text Example
White with #15CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDEF; }
p { color: rgb(21,205,239); }
H1.HeaderClassName
{
color: #15CDEF;
}
.AnyTagClassName
{
color: #15CDEF;
}
</style>
background-color css
<style>
a { background-color: #15CDEF; }
a { background-color: rgb(21,205,239); }
div.DivClassName
{
background-color: #15CDEF;
}
.BgClassName
{
background-color: #15CDEF;
}
</style>
border-color css
<style>
span { border-color: #15CDEF; }
span { border-color: rgb(21,205,239); }
td.TdClassName
{
border-color: #15CDEF;
}
.TagClassName
{
border-color: #15CDEF;
}
</style>