Shades of Deep Sky Blue #15BBFF
Tints of Deep Sky Blue #15BBFF
RGB
CMYK
RGB Variations
Color information
#15BBFF (or 0x15BBFF) is known color: Deep Sky Blue. HEX triplet: 15, BB and FF. RGB value is (21,187,255). Sum of RGB (Red+Green+Blue) = 21+187+255=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #15BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BBFF is #EA4400. Grayscale: #909090. Windows color (decimal): -15352833 or 16759573. OLE color: 16759573.
HSL color Cylindrical-coordinate representation of color #15BBFF: hue angle of 197.44º 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 #15BBFF is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 187 | 255 | - |
| CMYK | 0.92 | 0.27 | 0 | 0 |
| HSL | 197.44º | 1% | 0.54% | - |
| HSV(B) | 197.44º | 0.92% | 1% | - |
| XYZ | 36.13 | 42.92 | 100.99 | - |
| YUV | 145.12 | 190 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 255 | 0.92 | 0.27 | 0 | 0 | 197.44 | 1 | 0.54 |
| Hex | 15 | BB | FF | 5C | 1B | 0 | 0 | C5 | 64 | 36 |
| Octal | 25 | 273 | 377 | 134 | 33 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10101 | 10111011 | 11111111 | 1011100 | 11011 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #15BBFF
Complementary color
Monochromatic Colors of #15BBFF
Black with #15BBFF
Text Example
Text Example
White with #15BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBFF; }
p { color: rgb(21,187,255); }
H1.HeaderClassName
{
color: #15BBFF;
}
.AnyTagClassName
{
color: #15BBFF;
}
</style>
background-color css
<style>
a { background-color: #15BBFF; }
a { background-color: rgb(21,187,255); }
div.DivClassName
{
background-color: #15BBFF;
}
.BgClassName
{
background-color: #15BBFF;
}
</style>
border-color css
<style>
span { border-color: #15BBFF; }
span { border-color: rgb(21,187,255); }
td.TdClassName
{
border-color: #15BBFF;
}
.TagClassName
{
border-color: #15BBFF;
}
</style>