Shades of Deep Sky Blue #15BAFF
Tints of Deep Sky Blue #15BAFF
RGB
CMYK
RGB Variations
Color information
#15BAFF (or 0x15BAFF) is known color: Deep Sky Blue. HEX triplet: 15, BA and FF. RGB value is (21,186,255). Sum of RGB (Red+Green+Blue) = 21+186+255=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #15BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAFF is #EA4500. Grayscale: #909090. Windows color (decimal): -15353089 or 16759317. OLE color: 16759317.
HSL color Cylindrical-coordinate representation of color #15BAFF: hue angle of 197.69º 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 #15BAFF is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 186 | 255 | - |
| CMYK | 0.92 | 0.27 | 0 | 0 |
| HSL | 197.69º | 1% | 0.54% | - |
| HSV(B) | 197.69º | 0.92% | 1% | - |
| XYZ | 35.92 | 42.5 | 100.92 | - |
| YUV | 144.53 | 190.34 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 255 | 0.92 | 0.27 | 0 | 0 | 197.69 | 1 | 0.54 |
| Hex | 15 | BA | FF | 5C | 1B | 0 | 0 | C6 | 64 | 36 |
| Octal | 25 | 272 | 377 | 134 | 33 | 0 | 0 | 306 | 144 | 66 |
| Binary | 10101 | 10111010 | 11111111 | 1011100 | 11011 | 0 | 0 | 11000110 | 1100100 | 110110 |
Color Harmonies of #15BAFF
Complementary color
Monochromatic Colors of #15BAFF
Black with #15BAFF
Text Example
Text Example
White with #15BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAFF; }
p { color: rgb(21,186,255); }
H1.HeaderClassName
{
color: #15BAFF;
}
.AnyTagClassName
{
color: #15BAFF;
}
</style>
background-color css
<style>
a { background-color: #15BAFF; }
a { background-color: rgb(21,186,255); }
div.DivClassName
{
background-color: #15BAFF;
}
.BgClassName
{
background-color: #15BAFF;
}
</style>
border-color css
<style>
span { border-color: #15BAFF; }
span { border-color: rgb(21,186,255); }
td.TdClassName
{
border-color: #15BAFF;
}
.TagClassName
{
border-color: #15BAFF;
}
</style>