Shades of Deep Sky Blue #13DBFC
Tints of Deep Sky Blue #13DBFC
RGB
CMYK
RGB Variations
Color information
#13DBFC (or 0x13DBFC) is known color: Deep Sky Blue. HEX triplet: 13, DB and FC. RGB value is (19,219,252). Sum of RGB (Red+Green+Blue) = 19+219+252=490 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.88% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #13DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBFC is #EC2403. Grayscale: #A2A2A2. Windows color (decimal): -15475716 or 16571155. OLE color: 16571155.
HSL color Cylindrical-coordinate representation of color #13DBFC: hue angle of 188.5º degrees, saturation: 0.97, 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 #13DBFC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 219 | 252 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.5º | 0.97% | 0.53% | - |
| HSV(B) | 188.5º | 0.92% | 0.99% | - |
| XYZ | 43.17 | 57.83 | 100.98 | - |
| YUV | 162.96 | 178.24 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 252 | 0.92 | 0.13 | 0 | 0.01 | 188.5 | 0.97 | 0.53 |
| Hex | 13 | DB | FC | 5C | D | 0 | 1 | BC | 61 | 35 |
| Octal | 23 | 333 | 374 | 134 | 15 | 0 | 1 | 274 | 141 | 65 |
| Binary | 10011 | 11011011 | 11111100 | 1011100 | 1101 | 0 | 1 | 10111100 | 1100001 | 110101 |
Color Harmonies of #13DBFC
Complementary color
Monochromatic Colors of #13DBFC
Black with #13DBFC
Text Example
Text Example
White with #13DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBFC; }
p { color: rgb(19,219,252); }
H1.HeaderClassName
{
color: #13DBFC;
}
.AnyTagClassName
{
color: #13DBFC;
}
</style>
background-color css
<style>
a { background-color: #13DBFC; }
a { background-color: rgb(19,219,252); }
div.DivClassName
{
background-color: #13DBFC;
}
.BgClassName
{
background-color: #13DBFC;
}
</style>
border-color css
<style>
span { border-color: #13DBFC; }
span { border-color: rgb(19,219,252); }
td.TdClassName
{
border-color: #13DBFC;
}
.TagClassName
{
border-color: #13DBFC;
}
</style>