Shades of Deep Sky Blue #15DCFE
Tints of Deep Sky Blue #15DCFE
RGB
CMYK
RGB Variations
Color information
#15DCFE (or 0x15DCFE) is known color: Deep Sky Blue. HEX triplet: 15, DC and FE. RGB value is (21,220,254). Sum of RGB (Red+Green+Blue) = 21+220+254=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #15DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCFE is #EA2301. Grayscale: #A4A4A4. Windows color (decimal): -15344386 or 16702485. OLE color: 16702485.
HSL color Cylindrical-coordinate representation of color #15DCFE: hue angle of 188.76º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DCFE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 220 | 254 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.00 |
| HSL | 188.76º | 0.99% | 0.54% | - |
| HSV(B) | 188.76º | 0.92% | 1% | - |
| XYZ | 43.79 | 58.5 | 102.75 | - |
| YUV | 164.38 | 178.57 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 254 | 0.92 | 0.13 | 0 | 0.00 | 188.76 | 0.99 | 0.54 |
| Hex | 15 | DC | FE | 5C | D | 0 | 0 | BD | 63 | 36 |
| Octal | 25 | 334 | 376 | 134 | 15 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10101 | 11011100 | 11111110 | 1011100 | 1101 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #15DCFE
Complementary color
Monochromatic Colors of #15DCFE
Black with #15DCFE
Text Example
Text Example
White with #15DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCFE; }
p { color: rgb(21,220,254); }
H1.HeaderClassName
{
color: #15DCFE;
}
.AnyTagClassName
{
color: #15DCFE;
}
</style>
background-color css
<style>
a { background-color: #15DCFE; }
a { background-color: rgb(21,220,254); }
div.DivClassName
{
background-color: #15DCFE;
}
.BgClassName
{
background-color: #15DCFE;
}
</style>
border-color css
<style>
span { border-color: #15DCFE; }
span { border-color: rgb(21,220,254); }
td.TdClassName
{
border-color: #15DCFE;
}
.TagClassName
{
border-color: #15DCFE;
}
</style>