Shades of Deep Sky Blue #13BDF1
Tints of Deep Sky Blue #13BDF1
RGB
CMYK
RGB Variations
Color information
#13BDF1 (or 0x13BDF1) is known color: Deep Sky Blue. HEX triplet: 13, BD and F1. RGB value is (19,189,241). Sum of RGB (Red+Green+Blue) = 19+189+241=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #13BDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDF1 is #EC420E. Grayscale: #8F8F8F. Windows color (decimal): -15483407 or 15842579. OLE color: 15842579.
HSL color Cylindrical-coordinate representation of color #13BDF1: hue angle of 194.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BDF1 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 189 | 241 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.05 |
| HSL | 194.05º | 0.89% | 0.51% | - |
| HSV(B) | 194.05º | 0.92% | 0.95% | - |
| XYZ | 34.34 | 42.88 | 89.69 | - |
| YUV | 144.1 | 182.68 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 241 | 0.92 | 0.22 | 0 | 0.05 | 194.05 | 0.89 | 0.51 |
| Hex | 13 | BD | F1 | 5C | 16 | 0 | 5 | C2 | 59 | 33 |
| Octal | 23 | 275 | 361 | 134 | 26 | 0 | 5 | 302 | 131 | 63 |
| Binary | 10011 | 10111101 | 11110001 | 1011100 | 10110 | 0 | 101 | 11000010 | 1011001 | 110011 |
Color Harmonies of #13BDF1
Complementary color
Monochromatic Colors of #13BDF1
Black with #13BDF1
Text Example
Text Example
White with #13BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDF1; }
p { color: rgb(19,189,241); }
H1.HeaderClassName
{
color: #13BDF1;
}
.AnyTagClassName
{
color: #13BDF1;
}
</style>
background-color css
<style>
a { background-color: #13BDF1; }
a { background-color: rgb(19,189,241); }
div.DivClassName
{
background-color: #13BDF1;
}
.BgClassName
{
background-color: #13BDF1;
}
</style>
border-color css
<style>
span { border-color: #13BDF1; }
span { border-color: rgb(19,189,241); }
td.TdClassName
{
border-color: #13BDF1;
}
.TagClassName
{
border-color: #13BDF1;
}
</style>