Shades of Deep Sky Blue #15BFFF
Tints of Deep Sky Blue #15BFFF
RGB
CMYK
RGB Variations
Color information
#15BFFF (or 0x15BFFF) is known color: Deep Sky Blue. HEX triplet: 15, BF and FF. RGB value is (21,191,255). Sum of RGB (Red+Green+Blue) = 21+191+255=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #15BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BFFF is #EA4000. Grayscale: #939393. Windows color (decimal): -15351809 or 16760597. OLE color: 16760597.
HSL color Cylindrical-coordinate representation of color #15BFFF: hue angle of 196.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15BFFF is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 191 | 255 | - |
| CMYK | 0.92 | 0.25 | 0 | 0 |
| HSL | 196.41º | 1% | 0.54% | - |
| HSV(B) | 196.41º | 0.92% | 1% | - |
| XYZ | 36.99 | 44.64 | 101.27 | - |
| YUV | 147.47 | 188.68 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 255 | 0.92 | 0.25 | 0 | 0 | 196.41 | 1 | 0.54 |
| Hex | 15 | BF | FF | 5C | 19 | 0 | 0 | C4 | 64 | 36 |
| Octal | 25 | 277 | 377 | 134 | 31 | 0 | 0 | 304 | 144 | 66 |
| Binary | 10101 | 10111111 | 11111111 | 1011100 | 11001 | 0 | 0 | 11000100 | 1100100 | 110110 |
Color Harmonies of #15BFFF
Complementary color
Monochromatic Colors of #15BFFF
Black with #15BFFF
Text Example
Text Example
White with #15BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFFF; }
p { color: rgb(21,191,255); }
H1.HeaderClassName
{
color: #15BFFF;
}
.AnyTagClassName
{
color: #15BFFF;
}
</style>
background-color css
<style>
a { background-color: #15BFFF; }
a { background-color: rgb(21,191,255); }
div.DivClassName
{
background-color: #15BFFF;
}
.BgClassName
{
background-color: #15BFFF;
}
</style>
border-color css
<style>
span { border-color: #15BFFF; }
span { border-color: rgb(21,191,255); }
td.TdClassName
{
border-color: #15BFFF;
}
.TagClassName
{
border-color: #15BFFF;
}
</style>