Shades of Deep Sky Blue #13BCFD
Tints of Deep Sky Blue #13BCFD
RGB
CMYK
RGB Variations
Color information
#13BCFD (or 0x13BCFD) is known color: Deep Sky Blue. HEX triplet: 13, BC and FD. RGB value is (19,188,253). Sum of RGB (Red+Green+Blue) = 19+188+253=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #13BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BCFD is #EC4302. Grayscale: #909090. Windows color (decimal): -15483651 or 16628755. OLE color: 16628755.
HSL color Cylindrical-coordinate representation of color #13BCFD: hue angle of 196.67º 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 #13BCFD is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 188 | 253 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.01 |
| HSL | 196.67º | 0.98% | 0.53% | - |
| HSV(B) | 196.67º | 0.92% | 0.99% | - |
| XYZ | 35.98 | 43.2 | 99.37 | - |
| YUV | 144.88 | 189.01 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 253 | 0.92 | 0.26 | 0 | 0.01 | 196.67 | 0.98 | 0.53 |
| Hex | 13 | BC | FD | 5C | 1A | 0 | 1 | C5 | 62 | 35 |
| Octal | 23 | 274 | 375 | 134 | 32 | 0 | 1 | 305 | 142 | 65 |
| Binary | 10011 | 10111100 | 11111101 | 1011100 | 11010 | 0 | 1 | 11000101 | 1100010 | 110101 |
Color Harmonies of #13BCFD
Complementary color
Monochromatic Colors of #13BCFD
Black with #13BCFD
Text Example
Text Example
White with #13BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCFD; }
p { color: rgb(19,188,253); }
H1.HeaderClassName
{
color: #13BCFD;
}
.AnyTagClassName
{
color: #13BCFD;
}
</style>
background-color css
<style>
a { background-color: #13BCFD; }
a { background-color: rgb(19,188,253); }
div.DivClassName
{
background-color: #13BCFD;
}
.BgClassName
{
background-color: #13BCFD;
}
</style>
border-color css
<style>
span { border-color: #13BCFD; }
span { border-color: rgb(19,188,253); }
td.TdClassName
{
border-color: #13BCFD;
}
.TagClassName
{
border-color: #13BCFD;
}
</style>