Shades of Deep Sky Blue #15BCF3
Tints of Deep Sky Blue #15BCF3
RGB
CMYK
RGB Variations
Color information
#15BCF3 (or 0x15BCF3) is known color: Deep Sky Blue. HEX triplet: 15, BC and F3. RGB value is (21,188,243). Sum of RGB (Red+Green+Blue) = 21+188+243=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #15BCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BCF3 is #EA430C. Grayscale: #8F8F8F. Windows color (decimal): -15352589 or 15973397. OLE color: 15973397.
HSL color Cylindrical-coordinate representation of color #15BCF3: hue angle of 194.86º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BCF3 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 188 | 243 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.05 |
| HSL | 194.86º | 0.9% | 0.52% | - |
| HSV(B) | 194.86º | 0.91% | 0.95% | - |
| XYZ | 34.47 | 42.6 | 91.2 | - |
| YUV | 144.34 | 183.67 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 243 | 0.91 | 0.23 | 0 | 0.05 | 194.86 | 0.9 | 0.52 |
| Hex | 15 | BC | F3 | 5B | 17 | 0 | 5 | C3 | 5A | 34 |
| Octal | 25 | 274 | 363 | 133 | 27 | 0 | 5 | 303 | 132 | 64 |
| Binary | 10101 | 10111100 | 11110011 | 1011011 | 10111 | 0 | 101 | 11000011 | 1011010 | 110100 |
Color Harmonies of #15BCF3
Complementary color
Monochromatic Colors of #15BCF3
Black with #15BCF3
Text Example
Text Example
White with #15BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCF3; }
p { color: rgb(21,188,243); }
H1.HeaderClassName
{
color: #15BCF3;
}
.AnyTagClassName
{
color: #15BCF3;
}
</style>
background-color css
<style>
a { background-color: #15BCF3; }
a { background-color: rgb(21,188,243); }
div.DivClassName
{
background-color: #15BCF3;
}
.BgClassName
{
background-color: #15BCF3;
}
</style>
border-color css
<style>
span { border-color: #15BCF3; }
span { border-color: rgb(21,188,243); }
td.TdClassName
{
border-color: #15BCF3;
}
.TagClassName
{
border-color: #15BCF3;
}
</style>