Shades of Deep Sky Blue #13B7F0
Tints of Deep Sky Blue #13B7F0
RGB
CMYK
RGB Variations
Color information
#13B7F0 (or 0x13B7F0) is known color: Deep Sky Blue. HEX triplet: 13, B7 and F0. RGB value is (19,183,240). Sum of RGB (Red+Green+Blue) = 19+183+240=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #13B7F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B7F0 is #EC480F. Grayscale: #8C8C8C. Windows color (decimal): -15484944 or 15775507. OLE color: 15775507.
HSL color Cylindrical-coordinate representation of color #13B7F0: hue angle of 195.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13B7F0 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 183 | 240 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.06 |
| HSL | 195.48º | 0.88% | 0.51% | - |
| HSV(B) | 195.48º | 0.92% | 0.94% | - |
| XYZ | 32.93 | 40.3 | 88.48 | - |
| YUV | 140.46 | 184.17 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 240 | 0.92 | 0.24 | 0 | 0.06 | 195.48 | 0.88 | 0.51 |
| Hex | 13 | B7 | F0 | 5C | 18 | 0 | 6 | C3 | 58 | 33 |
| Octal | 23 | 267 | 360 | 134 | 30 | 0 | 6 | 303 | 130 | 63 |
| Binary | 10011 | 10110111 | 11110000 | 1011100 | 11000 | 0 | 110 | 11000011 | 1011000 | 110011 |
Color Harmonies of #13B7F0
Complementary color
Monochromatic Colors of #13B7F0
Black with #13B7F0
Text Example
Text Example
White with #13B7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B7F0; }
p { color: rgb(19,183,240); }
H1.HeaderClassName
{
color: #13B7F0;
}
.AnyTagClassName
{
color: #13B7F0;
}
</style>
background-color css
<style>
a { background-color: #13B7F0; }
a { background-color: rgb(19,183,240); }
div.DivClassName
{
background-color: #13B7F0;
}
.BgClassName
{
background-color: #13B7F0;
}
</style>
border-color css
<style>
span { border-color: #13B7F0; }
span { border-color: rgb(19,183,240); }
td.TdClassName
{
border-color: #13B7F0;
}
.TagClassName
{
border-color: #13B7F0;
}
</style>