Shades of Deep Sky Blue #15BCF1
Tints of Deep Sky Blue #15BCF1
RGB
CMYK
RGB Variations
Color information
#15BCF1 (or 0x15BCF1) is known color: Deep Sky Blue. HEX triplet: 15, BC and F1. RGB value is (21,188,241). Sum of RGB (Red+Green+Blue) = 21+188+241=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #15BCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BCF1 is #EA430E. Grayscale: #8F8F8F. Windows color (decimal): -15352591 or 15842325. OLE color: 15842325.
HSL color Cylindrical-coordinate representation of color #15BCF1: hue angle of 194.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BCF1 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 188 | 241 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.05 |
| HSL | 194.45º | 0.89% | 0.51% | - |
| HSV(B) | 194.45º | 0.91% | 0.95% | - |
| XYZ | 34.17 | 42.48 | 89.62 | - |
| YUV | 144.11 | 182.67 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 241 | 0.91 | 0.22 | 0 | 0.05 | 194.45 | 0.89 | 0.51 |
| Hex | 15 | BC | F1 | 5B | 16 | 0 | 5 | C2 | 59 | 33 |
| Octal | 25 | 274 | 361 | 133 | 26 | 0 | 5 | 302 | 131 | 63 |
| Binary | 10101 | 10111100 | 11110001 | 1011011 | 10110 | 0 | 101 | 11000010 | 1011001 | 110011 |
Color Harmonies of #15BCF1
Complementary color
Monochromatic Colors of #15BCF1
Black with #15BCF1
Text Example
Text Example
White with #15BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCF1; }
p { color: rgb(21,188,241); }
H1.HeaderClassName
{
color: #15BCF1;
}
.AnyTagClassName
{
color: #15BCF1;
}
</style>
background-color css
<style>
a { background-color: #15BCF1; }
a { background-color: rgb(21,188,241); }
div.DivClassName
{
background-color: #15BCF1;
}
.BgClassName
{
background-color: #15BCF1;
}
</style>
border-color css
<style>
span { border-color: #15BCF1; }
span { border-color: rgb(21,188,241); }
td.TdClassName
{
border-color: #15BCF1;
}
.TagClassName
{
border-color: #15BCF1;
}
</style>