Shades of Deep Sky Blue #15BAFA
Tints of Deep Sky Blue #15BAFA
RGB
CMYK
RGB Variations
Color information
#15BAFA (or 0x15BAFA) is known color: Deep Sky Blue. HEX triplet: 15, BA and FA. RGB value is (21,186,250). Sum of RGB (Red+Green+Blue) = 21+186+250=457 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.60% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #15BAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAFA is #EA4505. Grayscale: #8F8F8F. Windows color (decimal): -15353094 or 16431637. OLE color: 16431637.
HSL color Cylindrical-coordinate representation of color #15BAFA: hue angle of 196.77º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15BAFA is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 186 | 250 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.02 |
| HSL | 196.77º | 0.96% | 0.53% | - |
| HSV(B) | 196.77º | 0.92% | 0.98% | - |
| XYZ | 35.12 | 42.18 | 96.73 | - |
| YUV | 143.96 | 187.84 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 250 | 0.92 | 0.26 | 0 | 0.02 | 196.77 | 0.96 | 0.53 |
| Hex | 15 | BA | FA | 5C | 1A | 0 | 2 | C5 | 60 | 35 |
| Octal | 25 | 272 | 372 | 134 | 32 | 0 | 2 | 305 | 140 | 65 |
| Binary | 10101 | 10111010 | 11111010 | 1011100 | 11010 | 0 | 10 | 11000101 | 1100000 | 110101 |
Color Harmonies of #15BAFA
Complementary color
Monochromatic Colors of #15BAFA
Black with #15BAFA
Text Example
Text Example
White with #15BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAFA; }
p { color: rgb(21,186,250); }
H1.HeaderClassName
{
color: #15BAFA;
}
.AnyTagClassName
{
color: #15BAFA;
}
</style>
background-color css
<style>
a { background-color: #15BAFA; }
a { background-color: rgb(21,186,250); }
div.DivClassName
{
background-color: #15BAFA;
}
.BgClassName
{
background-color: #15BAFA;
}
</style>
border-color css
<style>
span { border-color: #15BAFA; }
span { border-color: rgb(21,186,250); }
td.TdClassName
{
border-color: #15BAFA;
}
.TagClassName
{
border-color: #15BAFA;
}
</style>