Shades of Deep Sky Blue #13DBFD
Tints of Deep Sky Blue #13DBFD
RGB
CMYK
RGB Variations
Color information
#13DBFD (or 0x13DBFD) is known color: Deep Sky Blue. HEX triplet: 13, DB and FD. RGB value is (19,219,253). Sum of RGB (Red+Green+Blue) = 19+219+253=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #13DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBFD is #EC2402. Grayscale: #A2A2A2. Windows color (decimal): -15475715 or 16636691. OLE color: 16636691.
HSL color Cylindrical-coordinate representation of color #13DBFD: hue angle of 188.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DBFD is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 219 | 253 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.72º | 0.98% | 0.53% | - |
| HSV(B) | 188.72º | 0.92% | 0.99% | - |
| XYZ | 43.33 | 57.89 | 101.82 | - |
| YUV | 163.08 | 178.74 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 253 | 0.92 | 0.13 | 0 | 0.01 | 188.72 | 0.98 | 0.53 |
| Hex | 13 | DB | FD | 5C | D | 0 | 1 | BD | 62 | 35 |
| Octal | 23 | 333 | 375 | 134 | 15 | 0 | 1 | 275 | 142 | 65 |
| Binary | 10011 | 11011011 | 11111101 | 1011100 | 1101 | 0 | 1 | 10111101 | 1100010 | 110101 |
Color Harmonies of #13DBFD
Complementary color
Monochromatic Colors of #13DBFD
Black with #13DBFD
Text Example
Text Example
White with #13DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBFD; }
p { color: rgb(19,219,253); }
H1.HeaderClassName
{
color: #13DBFD;
}
.AnyTagClassName
{
color: #13DBFD;
}
</style>
background-color css
<style>
a { background-color: #13DBFD; }
a { background-color: rgb(19,219,253); }
div.DivClassName
{
background-color: #13DBFD;
}
.BgClassName
{
background-color: #13DBFD;
}
</style>
border-color css
<style>
span { border-color: #13DBFD; }
span { border-color: rgb(19,219,253); }
td.TdClassName
{
border-color: #13DBFD;
}
.TagClassName
{
border-color: #13DBFD;
}
</style>