Shades of Deep Sky Blue #13DBFB
Tints of Deep Sky Blue #13DBFB
RGB
CMYK
RGB Variations
Color information
#13DBFB (or 0x13DBFB) is known color: Deep Sky Blue. HEX triplet: 13, DB and FB. RGB value is (19,219,251). Sum of RGB (Red+Green+Blue) = 19+219+251=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #13DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBFB is #EC2404. Grayscale: #A2A2A2. Windows color (decimal): -15475717 or 16505619. OLE color: 16505619.
HSL color Cylindrical-coordinate representation of color #13DBFB: hue angle of 188.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DBFB is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 219 | 251 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.02 |
| HSL | 188.28º | 0.97% | 0.53% | - |
| HSV(B) | 188.28º | 0.92% | 0.98% | - |
| XYZ | 43.01 | 57.77 | 100.15 | - |
| YUV | 162.85 | 177.74 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 251 | 0.92 | 0.13 | 0 | 0.02 | 188.28 | 0.97 | 0.53 |
| Hex | 13 | DB | FB | 5C | D | 0 | 2 | BC | 61 | 35 |
| Octal | 23 | 333 | 373 | 134 | 15 | 0 | 2 | 274 | 141 | 65 |
| Binary | 10011 | 11011011 | 11111011 | 1011100 | 1101 | 0 | 10 | 10111100 | 1100001 | 110101 |
Color Harmonies of #13DBFB
Complementary color
Monochromatic Colors of #13DBFB
Black with #13DBFB
Text Example
Text Example
White with #13DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBFB; }
p { color: rgb(19,219,251); }
H1.HeaderClassName
{
color: #13DBFB;
}
.AnyTagClassName
{
color: #13DBFB;
}
</style>
background-color css
<style>
a { background-color: #13DBFB; }
a { background-color: rgb(19,219,251); }
div.DivClassName
{
background-color: #13DBFB;
}
.BgClassName
{
background-color: #13DBFB;
}
</style>
border-color css
<style>
span { border-color: #13DBFB; }
span { border-color: rgb(19,219,251); }
td.TdClassName
{
border-color: #13DBFB;
}
.TagClassName
{
border-color: #13DBFB;
}
</style>