Shades of Deep Sky Blue #13B3FF
Tints of Deep Sky Blue #13B3FF
RGB
CMYK
RGB Variations
Color information
#13B3FF (or 0x13B3FF) is known color: Deep Sky Blue. HEX triplet: 13, B3 and FF. RGB value is (19,179,255). Sum of RGB (Red+Green+Blue) = 19+179+255=453 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #13B3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B3FF is #EC4C00. Grayscale: #8B8B8B. Windows color (decimal): -15485953 or 16757523. OLE color: 16757523.
HSL color Cylindrical-coordinate representation of color #13B3FF: hue angle of 199.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13B3FF is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 179 | 255 | - |
| CMYK | 0.93 | 0.30 | 0 | 0 |
| HSL | 199.32º | 1% | 0.54% | - |
| HSV(B) | 199.32º | 0.93% | 1% | - |
| XYZ | 34.44 | 39.6 | 100.44 | - |
| YUV | 139.82 | 192.99 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 255 | 0.93 | 0.30 | 0 | 0 | 199.32 | 1 | 0.54 |
| Hex | 13 | B3 | FF | 5D | 1E | 0 | 0 | C7 | 64 | 36 |
| Octal | 23 | 263 | 377 | 135 | 36 | 0 | 0 | 307 | 144 | 66 |
| Binary | 10011 | 10110011 | 11111111 | 1011101 | 11110 | 0 | 0 | 11000111 | 1100100 | 110110 |
Color Harmonies of #13B3FF
Complementary color
Monochromatic Colors of #13B3FF
Black with #13B3FF
Text Example
Text Example
White with #13B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B3FF; }
p { color: rgb(19,179,255); }
H1.HeaderClassName
{
color: #13B3FF;
}
.AnyTagClassName
{
color: #13B3FF;
}
</style>
background-color css
<style>
a { background-color: #13B3FF; }
a { background-color: rgb(19,179,255); }
div.DivClassName
{
background-color: #13B3FF;
}
.BgClassName
{
background-color: #13B3FF;
}
</style>
border-color css
<style>
span { border-color: #13B3FF; }
span { border-color: rgb(19,179,255); }
td.TdClassName
{
border-color: #13B3FF;
}
.TagClassName
{
border-color: #13B3FF;
}
</style>