Shades of Deep Sky Blue #15CFFD
Tints of Deep Sky Blue #15CFFD
RGB
CMYK
RGB Variations
Color information
#15CFFD (or 0x15CFFD) is known color: Deep Sky Blue. HEX triplet: 15, CF and FD. RGB value is (21,207,253). Sum of RGB (Red+Green+Blue) = 21+207+253=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #15CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFFD is #EA3002. Grayscale: #9C9C9C. Windows color (decimal): -15347715 or 16633621. OLE color: 16633621.
HSL color Cylindrical-coordinate representation of color #15CFFD: hue angle of 191.9º 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 #15CFFD is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 207 | 253 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.01 |
| HSL | 191.9º | 0.98% | 0.54% | - |
| HSV(B) | 191.9º | 0.92% | 0.99% | - |
| XYZ | 40.35 | 51.88 | 100.82 | - |
| YUV | 156.63 | 182.38 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 253 | 0.92 | 0.18 | 0 | 0.01 | 191.9 | 0.98 | 0.54 |
| Hex | 15 | CF | FD | 5C | 12 | 0 | 1 | C0 | 62 | 36 |
| Octal | 25 | 317 | 375 | 134 | 22 | 0 | 1 | 300 | 142 | 66 |
| Binary | 10101 | 11001111 | 11111101 | 1011100 | 10010 | 0 | 1 | 11000000 | 1100010 | 110110 |
Color Harmonies of #15CFFD
Complementary color
Monochromatic Colors of #15CFFD
Black with #15CFFD
Text Example
Text Example
White with #15CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFFD; }
p { color: rgb(21,207,253); }
H1.HeaderClassName
{
color: #15CFFD;
}
.AnyTagClassName
{
color: #15CFFD;
}
</style>
background-color css
<style>
a { background-color: #15CFFD; }
a { background-color: rgb(21,207,253); }
div.DivClassName
{
background-color: #15CFFD;
}
.BgClassName
{
background-color: #15CFFD;
}
</style>
border-color css
<style>
span { border-color: #15CFFD; }
span { border-color: rgb(21,207,253); }
td.TdClassName
{
border-color: #15CFFD;
}
.TagClassName
{
border-color: #15CFFD;
}
</style>