Shades of Deep Sky Blue #15CFFC
Tints of Deep Sky Blue #15CFFC
RGB
CMYK
RGB Variations
Color information
#15CFFC (or 0x15CFFC) is known color: Deep Sky Blue. HEX triplet: 15, CF and FC. RGB value is (21,207,252). Sum of RGB (Red+Green+Blue) = 21+207+252=480 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #15CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFFC is #EA3003. Grayscale: #9C9C9C. Windows color (decimal): -15347716 or 16568085. OLE color: 16568085.
HSL color Cylindrical-coordinate representation of color #15CFFC: hue angle of 191.69º 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 #15CFFC is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 207 | 252 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.01 |
| HSL | 191.69º | 0.97% | 0.54% | - |
| HSV(B) | 191.69º | 0.92% | 0.99% | - |
| XYZ | 40.19 | 51.81 | 99.98 | - |
| YUV | 156.52 | 181.88 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 252 | 0.92 | 0.18 | 0 | 0.01 | 191.69 | 0.97 | 0.54 |
| Hex | 15 | CF | FC | 5C | 12 | 0 | 1 | C0 | 61 | 36 |
| Octal | 25 | 317 | 374 | 134 | 22 | 0 | 1 | 300 | 141 | 66 |
| Binary | 10101 | 11001111 | 11111100 | 1011100 | 10010 | 0 | 1 | 11000000 | 1100001 | 110110 |
Color Harmonies of #15CFFC
Complementary color
Monochromatic Colors of #15CFFC
Black with #15CFFC
Text Example
Text Example
White with #15CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFFC; }
p { color: rgb(21,207,252); }
H1.HeaderClassName
{
color: #15CFFC;
}
.AnyTagClassName
{
color: #15CFFC;
}
</style>
background-color css
<style>
a { background-color: #15CFFC; }
a { background-color: rgb(21,207,252); }
div.DivClassName
{
background-color: #15CFFC;
}
.BgClassName
{
background-color: #15CFFC;
}
</style>
border-color css
<style>
span { border-color: #15CFFC; }
span { border-color: rgb(21,207,252); }
td.TdClassName
{
border-color: #15CFFC;
}
.TagClassName
{
border-color: #15CFFC;
}
</style>