Shades of Deep Sky Blue #15BFFC
Tints of Deep Sky Blue #15BFFC
RGB
CMYK
RGB Variations
Color information
#15BFFC (or 0x15BFFC) is known color: Deep Sky Blue. HEX triplet: 15, BF and FC. RGB value is (21,191,252). Sum of RGB (Red+Green+Blue) = 21+191+252=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #15BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BFFC is #EA4003. Grayscale: #929292. Windows color (decimal): -15351812 or 16563989. OLE color: 16563989.
HSL color Cylindrical-coordinate representation of color #15BFFC: hue angle of 195.84º 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 #15BFFC is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 191 | 252 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.01 |
| HSL | 195.84º | 0.97% | 0.54% | - |
| HSV(B) | 195.84º | 0.92% | 0.99% | - |
| XYZ | 36.51 | 44.45 | 98.75 | - |
| YUV | 147.12 | 187.18 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 252 | 0.92 | 0.24 | 0 | 0.01 | 195.84 | 0.97 | 0.54 |
| Hex | 15 | BF | FC | 5C | 18 | 0 | 1 | C4 | 61 | 36 |
| Octal | 25 | 277 | 374 | 134 | 30 | 0 | 1 | 304 | 141 | 66 |
| Binary | 10101 | 10111111 | 11111100 | 1011100 | 11000 | 0 | 1 | 11000100 | 1100001 | 110110 |
Color Harmonies of #15BFFC
Complementary color
Monochromatic Colors of #15BFFC
Black with #15BFFC
Text Example
Text Example
White with #15BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFFC; }
p { color: rgb(21,191,252); }
H1.HeaderClassName
{
color: #15BFFC;
}
.AnyTagClassName
{
color: #15BFFC;
}
</style>
background-color css
<style>
a { background-color: #15BFFC; }
a { background-color: rgb(21,191,252); }
div.DivClassName
{
background-color: #15BFFC;
}
.BgClassName
{
background-color: #15BFFC;
}
</style>
border-color css
<style>
span { border-color: #15BFFC; }
span { border-color: rgb(21,191,252); }
td.TdClassName
{
border-color: #15BFFC;
}
.TagClassName
{
border-color: #15BFFC;
}
</style>