Shades of Deep Sky Blue #13B1FF
Tints of Deep Sky Blue #13B1FF
RGB
CMYK
RGB Variations
Color information
#13B1FF (or 0x13B1FF) is known color: Deep Sky Blue. HEX triplet: 13, B1 and FF. RGB value is (19,177,255). Sum of RGB (Red+Green+Blue) = 19+177+255=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #13B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13B1FF is #EC4E00. Grayscale: #8A8A8A. Windows color (decimal): -15486465 or 16757011. OLE color: 16757011.
HSL color Cylindrical-coordinate representation of color #13B1FF: hue angle of 199.83º 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 #13B1FF is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 177 | 255 | - |
| CMYK | 0.93 | 0.31 | 0 | 0 |
| HSL | 199.83º | 1% | 0.54% | - |
| HSV(B) | 199.83º | 0.93% | 1% | - |
| XYZ | 34.04 | 38.8 | 100.3 | - |
| YUV | 138.65 | 193.65 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 255 | 0.93 | 0.31 | 0 | 0 | 199.83 | 1 | 0.54 |
| Hex | 13 | B1 | FF | 5D | 1F | 0 | 0 | C8 | 64 | 36 |
| Octal | 23 | 261 | 377 | 135 | 37 | 0 | 0 | 310 | 144 | 66 |
| Binary | 10011 | 10110001 | 11111111 | 1011101 | 11111 | 0 | 0 | 11001000 | 1100100 | 110110 |
Color Harmonies of #13B1FF
Complementary color
Monochromatic Colors of #13B1FF
Black with #13B1FF
Text Example
Text Example
White with #13B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B1FF; }
p { color: rgb(19,177,255); }
H1.HeaderClassName
{
color: #13B1FF;
}
.AnyTagClassName
{
color: #13B1FF;
}
</style>
background-color css
<style>
a { background-color: #13B1FF; }
a { background-color: rgb(19,177,255); }
div.DivClassName
{
background-color: #13B1FF;
}
.BgClassName
{
background-color: #13B1FF;
}
</style>
border-color css
<style>
span { border-color: #13B1FF; }
span { border-color: rgb(19,177,255); }
td.TdClassName
{
border-color: #13B1FF;
}
.TagClassName
{
border-color: #13B1FF;
}
</style>