Shades of Deep Sky Blue #13B7FF
Tints of Deep Sky Blue #13B7FF
RGB
CMYK
RGB Variations
Color information
#13B7FF (or 0x13B7FF) is known color: Deep Sky Blue. HEX triplet: 13, B7 and FF. RGB value is (19,183,255). Sum of RGB (Red+Green+Blue) = 19+183+255=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #13B7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B7FF is #EC4800. Grayscale: #8D8D8D. Windows color (decimal): -15484929 or 16758547. OLE color: 16758547.
HSL color Cylindrical-coordinate representation of color #13B7FF: hue angle of 198.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13B7FF is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 183 | 255 | - |
| CMYK | 0.93 | 0.28 | 0 | 0 |
| HSL | 198.31º | 1% | 0.54% | - |
| HSV(B) | 198.31º | 0.93% | 1% | - |
| XYZ | 35.25 | 41.23 | 100.71 | - |
| YUV | 142.17 | 191.67 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 255 | 0.93 | 0.28 | 0 | 0 | 198.31 | 1 | 0.54 |
| Hex | 13 | B7 | FF | 5D | 1C | 0 | 0 | C6 | 64 | 36 |
| Octal | 23 | 267 | 377 | 135 | 34 | 0 | 0 | 306 | 144 | 66 |
| Binary | 10011 | 10110111 | 11111111 | 1011101 | 11100 | 0 | 0 | 11000110 | 1100100 | 110110 |
Color Harmonies of #13B7FF
Complementary color
Monochromatic Colors of #13B7FF
Black with #13B7FF
Text Example
Text Example
White with #13B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B7FF; }
p { color: rgb(19,183,255); }
H1.HeaderClassName
{
color: #13B7FF;
}
.AnyTagClassName
{
color: #13B7FF;
}
</style>
background-color css
<style>
a { background-color: #13B7FF; }
a { background-color: rgb(19,183,255); }
div.DivClassName
{
background-color: #13B7FF;
}
.BgClassName
{
background-color: #13B7FF;
}
</style>
border-color css
<style>
span { border-color: #13B7FF; }
span { border-color: rgb(19,183,255); }
td.TdClassName
{
border-color: #13B7FF;
}
.TagClassName
{
border-color: #13B7FF;
}
</style>