Shades of Deep Sky Blue #13BDF3
Tints of Deep Sky Blue #13BDF3
RGB
CMYK
RGB Variations
Color information
#13BDF3 (or 0x13BDF3) is known color: Deep Sky Blue. HEX triplet: 13, BD and F3. RGB value is (19,189,243). Sum of RGB (Red+Green+Blue) = 19+189+243=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #13BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDF3 is #EC420C. Grayscale: #8F8F8F. Windows color (decimal): -15483405 or 15973651. OLE color: 15973651.
HSL color Cylindrical-coordinate representation of color #13BDF3: hue angle of 194.46º degrees, saturation: 0.9, 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 #13BDF3 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 189 | 243 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.05 |
| HSL | 194.46º | 0.9% | 0.51% | - |
| HSV(B) | 194.46º | 0.92% | 0.95% | - |
| XYZ | 34.64 | 43 | 91.27 | - |
| YUV | 144.33 | 183.68 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 243 | 0.92 | 0.22 | 0 | 0.05 | 194.46 | 0.9 | 0.51 |
| Hex | 13 | BD | F3 | 5C | 16 | 0 | 5 | C2 | 5A | 33 |
| Octal | 23 | 275 | 363 | 134 | 26 | 0 | 5 | 302 | 132 | 63 |
| Binary | 10011 | 10111101 | 11110011 | 1011100 | 10110 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #13BDF3
Complementary color
Monochromatic Colors of #13BDF3
Black with #13BDF3
Text Example
Text Example
White with #13BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDF3; }
p { color: rgb(19,189,243); }
H1.HeaderClassName
{
color: #13BDF3;
}
.AnyTagClassName
{
color: #13BDF3;
}
</style>
background-color css
<style>
a { background-color: #13BDF3; }
a { background-color: rgb(19,189,243); }
div.DivClassName
{
background-color: #13BDF3;
}
.BgClassName
{
background-color: #13BDF3;
}
</style>
border-color css
<style>
span { border-color: #13BDF3; }
span { border-color: rgb(19,189,243); }
td.TdClassName
{
border-color: #13BDF3;
}
.TagClassName
{
border-color: #13BDF3;
}
</style>