Shades of Deep Sky Blue #15DCFF
Tints of Deep Sky Blue #15DCFF
RGB
CMYK
RGB Variations
Color information
#15DCFF (or 0x15DCFF) is known color: Deep Sky Blue. HEX triplet: 15, DC and FF. RGB value is (21,220,255). Sum of RGB (Red+Green+Blue) = 21+220+255=496 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #15DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCFF is #EA2300. Grayscale: #A4A4A4. Windows color (decimal): -15344385 or 16768021. OLE color: 16768021.
HSL color Cylindrical-coordinate representation of color #15DCFF: hue angle of 188.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DCFF is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 220 | 255 | - |
| CMYK | 0.92 | 0.14 | 0 | 0 |
| HSL | 188.97º | 1% | 0.54% | - |
| HSV(B) | 188.97º | 0.92% | 1% | - |
| XYZ | 43.95 | 58.57 | 103.6 | - |
| YUV | 164.49 | 179.07 | 25.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 255 | 0.92 | 0.14 | 0 | 0 | 188.97 | 1 | 0.54 |
| Hex | 15 | DC | FF | 5C | E | 0 | 0 | BD | 64 | 36 |
| Octal | 25 | 334 | 377 | 134 | 16 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10101 | 11011100 | 11111111 | 1011100 | 1110 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #15DCFF
Complementary color
Monochromatic Colors of #15DCFF
Black with #15DCFF
Text Example
Text Example
White with #15DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCFF; }
p { color: rgb(21,220,255); }
H1.HeaderClassName
{
color: #15DCFF;
}
.AnyTagClassName
{
color: #15DCFF;
}
</style>
background-color css
<style>
a { background-color: #15DCFF; }
a { background-color: rgb(21,220,255); }
div.DivClassName
{
background-color: #15DCFF;
}
.BgClassName
{
background-color: #15DCFF;
}
</style>
border-color css
<style>
span { border-color: #15DCFF; }
span { border-color: rgb(21,220,255); }
td.TdClassName
{
border-color: #15DCFF;
}
.TagClassName
{
border-color: #15DCFF;
}
</style>