Shades of Deep Sky Blue #15DCFC
Tints of Deep Sky Blue #15DCFC
RGB
CMYK
RGB Variations
Color information
#15DCFC (or 0x15DCFC) is known color: Deep Sky Blue. HEX triplet: 15, DC and FC. RGB value is (21,220,252). Sum of RGB (Red+Green+Blue) = 21+220+252=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #15DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCFC is #EA2303. Grayscale: #A3A3A3. Windows color (decimal): -15344388 or 16571413. OLE color: 16571413.
HSL color Cylindrical-coordinate representation of color #15DCFC: hue angle of 188.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DCFC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 220 | 252 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.31º | 0.97% | 0.54% | - |
| HSV(B) | 188.31º | 0.92% | 0.99% | - |
| XYZ | 43.47 | 58.37 | 101.07 | - |
| YUV | 164.15 | 177.57 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 252 | 0.92 | 0.13 | 0 | 0.01 | 188.31 | 0.97 | 0.54 |
| Hex | 15 | DC | FC | 5C | D | 0 | 1 | BC | 61 | 36 |
| Octal | 25 | 334 | 374 | 134 | 15 | 0 | 1 | 274 | 141 | 66 |
| Binary | 10101 | 11011100 | 11111100 | 1011100 | 1101 | 0 | 1 | 10111100 | 1100001 | 110110 |
Color Harmonies of #15DCFC
Complementary color
Monochromatic Colors of #15DCFC
Black with #15DCFC
Text Example
Text Example
White with #15DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCFC; }
p { color: rgb(21,220,252); }
H1.HeaderClassName
{
color: #15DCFC;
}
.AnyTagClassName
{
color: #15DCFC;
}
</style>
background-color css
<style>
a { background-color: #15DCFC; }
a { background-color: rgb(21,220,252); }
div.DivClassName
{
background-color: #15DCFC;
}
.BgClassName
{
background-color: #15DCFC;
}
</style>
border-color css
<style>
span { border-color: #15DCFC; }
span { border-color: rgb(21,220,252); }
td.TdClassName
{
border-color: #15DCFC;
}
.TagClassName
{
border-color: #15DCFC;
}
</style>