Shades of Deep Sky Blue #15B7F1
Tints of Deep Sky Blue #15B7F1
RGB
CMYK
RGB Variations
Color information
#15B7F1 (or 0x15B7F1) is known color: Deep Sky Blue. HEX triplet: 15, B7 and F1. RGB value is (21,183,241). Sum of RGB (Red+Green+Blue) = 21+183+241=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #15B7F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B7F1 is #EA480E. Grayscale: #8C8C8C. Windows color (decimal): -15353871 or 15841045. OLE color: 15841045.
HSL color Cylindrical-coordinate representation of color #15B7F1: hue angle of 195.82º 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 #15B7F1 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 183 | 241 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.05 |
| HSL | 195.82º | 0.89% | 0.51% | - |
| HSV(B) | 195.82º | 0.91% | 0.95% | - |
| XYZ | 33.12 | 40.38 | 89.27 | - |
| YUV | 141.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 183 | 241 | 0.91 | 0.24 | 0 | 0.05 | 195.82 | 0.89 | 0.51 |
| Hex | 15 | B7 | F1 | 5B | 18 | 0 | 5 | C4 | 59 | 33 |
| Octal | 25 | 267 | 361 | 133 | 30 | 0 | 5 | 304 | 131 | 63 |
| Binary | 10101 | 10110111 | 11110001 | 1011011 | 11000 | 0 | 101 | 11000100 | 1011001 | 110011 |
Color Harmonies of #15B7F1
Complementary color
Monochromatic Colors of #15B7F1
Black with #15B7F1
Text Example
Text Example
White with #15B7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B7F1; }
p { color: rgb(21,183,241); }
H1.HeaderClassName
{
color: #15B7F1;
}
.AnyTagClassName
{
color: #15B7F1;
}
</style>
background-color css
<style>
a { background-color: #15B7F1; }
a { background-color: rgb(21,183,241); }
div.DivClassName
{
background-color: #15B7F1;
}
.BgClassName
{
background-color: #15B7F1;
}
</style>
border-color css
<style>
span { border-color: #15B7F1; }
span { border-color: rgb(21,183,241); }
td.TdClassName
{
border-color: #15B7F1;
}
.TagClassName
{
border-color: #15B7F1;
}
</style>