Shades of Deep Sky Blue #15C8FC
Tints of Deep Sky Blue #15C8FC
RGB
CMYK
RGB Variations
Color information
#15C8FC (or 0x15C8FC) is known color: Deep Sky Blue. HEX triplet: 15, C8 and FC. RGB value is (21,200,252). Sum of RGB (Red+Green+Blue) = 21+200+252=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #15C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C8FC is #EA3703. Grayscale: #989898. Windows color (decimal): -15349508 or 16566293. OLE color: 16566293.
HSL color Cylindrical-coordinate representation of color #15C8FC: hue angle of 193.51º 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 #15C8FC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 200 | 252 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.01 |
| HSL | 193.51º | 0.97% | 0.54% | - |
| HSV(B) | 193.51º | 0.92% | 0.99% | - |
| XYZ | 38.53 | 48.5 | 99.43 | - |
| YUV | 152.41 | 184.2 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 200 | 252 | 0.92 | 0.21 | 0 | 0.01 | 193.51 | 0.97 | 0.54 |
| Hex | 15 | C8 | FC | 5C | 15 | 0 | 1 | C2 | 61 | 36 |
| Octal | 25 | 310 | 374 | 134 | 25 | 0 | 1 | 302 | 141 | 66 |
| Binary | 10101 | 11001000 | 11111100 | 1011100 | 10101 | 0 | 1 | 11000010 | 1100001 | 110110 |
Color Harmonies of #15C8FC
Complementary color
Monochromatic Colors of #15C8FC
Black with #15C8FC
Text Example
Text Example
White with #15C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C8FC; }
p { color: rgb(21,200,252); }
H1.HeaderClassName
{
color: #15C8FC;
}
.AnyTagClassName
{
color: #15C8FC;
}
</style>
background-color css
<style>
a { background-color: #15C8FC; }
a { background-color: rgb(21,200,252); }
div.DivClassName
{
background-color: #15C8FC;
}
.BgClassName
{
background-color: #15C8FC;
}
</style>
border-color css
<style>
span { border-color: #15C8FC; }
span { border-color: rgb(21,200,252); }
td.TdClassName
{
border-color: #15C8FC;
}
.TagClassName
{
border-color: #15C8FC;
}
</style>