Shades of Deep Sky Blue #13B0F0
Tints of Deep Sky Blue #13B0F0
RGB
CMYK
RGB Variations
Color information
#13B0F0 (or 0x13B0F0) is known color: Deep Sky Blue. HEX triplet: 13, B0 and F0. RGB value is (19,176,240). Sum of RGB (Red+Green+Blue) = 19+176+240=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #13B0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13B0F0 is #EC4F0F. Grayscale: #878787. Windows color (decimal): -15486736 or 15773715. OLE color: 15773715.
HSL color Cylindrical-coordinate representation of color #13B0F0: hue angle of 197.38º 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 #13B0F0 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 176 | 240 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.06 |
| HSL | 197.38º | 0.88% | 0.51% | - |
| HSV(B) | 197.38º | 0.92% | 0.94% | - |
| XYZ | 31.52 | 37.48 | 88.01 | - |
| YUV | 136.35 | 186.49 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 240 | 0.92 | 0.27 | 0 | 0.06 | 197.38 | 0.88 | 0.51 |
| Hex | 13 | B0 | F0 | 5C | 1B | 0 | 6 | C5 | 58 | 33 |
| Octal | 23 | 260 | 360 | 134 | 33 | 0 | 6 | 305 | 130 | 63 |
| Binary | 10011 | 10110000 | 11110000 | 1011100 | 11011 | 0 | 110 | 11000101 | 1011000 | 110011 |
Color Harmonies of #13B0F0
Complementary color
Monochromatic Colors of #13B0F0
Black with #13B0F0
Text Example
Text Example
White with #13B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B0F0; }
p { color: rgb(19,176,240); }
H1.HeaderClassName
{
color: #13B0F0;
}
.AnyTagClassName
{
color: #13B0F0;
}
</style>
background-color css
<style>
a { background-color: #13B0F0; }
a { background-color: rgb(19,176,240); }
div.DivClassName
{
background-color: #13B0F0;
}
.BgClassName
{
background-color: #13B0F0;
}
</style>
border-color css
<style>
span { border-color: #13B0F0; }
span { border-color: rgb(19,176,240); }
td.TdClassName
{
border-color: #13B0F0;
}
.TagClassName
{
border-color: #13B0F0;
}
</style>