Shades of Deep Sky Blue #15DBFD
Tints of Deep Sky Blue #15DBFD
RGB
CMYK
RGB Variations
Color information
#15DBFD (or 0x15DBFD) is known color: Deep Sky Blue. HEX triplet: 15, DB and FD. RGB value is (21,219,253). Sum of RGB (Red+Green+Blue) = 21+219+253=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #15DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBFD is #EA2402. Grayscale: #A3A3A3. Windows color (decimal): -15344643 or 16636693. OLE color: 16636693.
HSL color Cylindrical-coordinate representation of color #15DBFD: hue angle of 188.79º degrees, saturation: 0.98, 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 #15DBFD is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 219 | 253 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.79º | 0.98% | 0.54% | - |
| HSV(B) | 188.79º | 0.92% | 0.99% | - |
| XYZ | 43.37 | 57.91 | 101.82 | - |
| YUV | 163.67 | 178.4 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 253 | 0.92 | 0.13 | 0 | 0.01 | 188.79 | 0.98 | 0.54 |
| Hex | 15 | DB | FD | 5C | D | 0 | 1 | BD | 62 | 36 |
| Octal | 25 | 333 | 375 | 134 | 15 | 0 | 1 | 275 | 142 | 66 |
| Binary | 10101 | 11011011 | 11111101 | 1011100 | 1101 | 0 | 1 | 10111101 | 1100010 | 110110 |
Color Harmonies of #15DBFD
Complementary color
Monochromatic Colors of #15DBFD
Black with #15DBFD
Text Example
Text Example
White with #15DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBFD; }
p { color: rgb(21,219,253); }
H1.HeaderClassName
{
color: #15DBFD;
}
.AnyTagClassName
{
color: #15DBFD;
}
</style>
background-color css
<style>
a { background-color: #15DBFD; }
a { background-color: rgb(21,219,253); }
div.DivClassName
{
background-color: #15DBFD;
}
.BgClassName
{
background-color: #15DBFD;
}
</style>
border-color css
<style>
span { border-color: #15DBFD; }
span { border-color: rgb(21,219,253); }
td.TdClassName
{
border-color: #15DBFD;
}
.TagClassName
{
border-color: #15DBFD;
}
</style>