Shades of Deep Sky Blue #13B1FE
Tints of Deep Sky Blue #13B1FE
RGB
CMYK
RGB Variations
Color information
#13B1FE (or 0x13B1FE) is known color: Deep Sky Blue. HEX triplet: 13, B1 and FE. RGB value is (19,177,254). Sum of RGB (Red+Green+Blue) = 19+177+254=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #13B1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13B1FE is #EC4E01. Grayscale: #8A8A8A. Windows color (decimal): -15486466 or 16691475. OLE color: 16691475.
HSL color Cylindrical-coordinate representation of color #13B1FE: hue angle of 199.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13B1FE is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 177 | 254 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.00 |
| HSL | 199.66º | 0.99% | 0.54% | - |
| HSV(B) | 199.66º | 0.93% | 1% | - |
| XYZ | 33.88 | 38.74 | 99.46 | - |
| YUV | 138.54 | 193.15 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 254 | 0.93 | 0.30 | 0 | 0.00 | 199.66 | 0.99 | 0.54 |
| Hex | 13 | B1 | FE | 5D | 1E | 0 | 0 | C8 | 63 | 36 |
| Octal | 23 | 261 | 376 | 135 | 36 | 0 | 0 | 310 | 143 | 66 |
| Binary | 10011 | 10110001 | 11111110 | 1011101 | 11110 | 0 | 0 | 11001000 | 1100011 | 110110 |
Color Harmonies of #13B1FE
Complementary color
Monochromatic Colors of #13B1FE
Black with #13B1FE
Text Example
Text Example
White with #13B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B1FE; }
p { color: rgb(19,177,254); }
H1.HeaderClassName
{
color: #13B1FE;
}
.AnyTagClassName
{
color: #13B1FE;
}
</style>
background-color css
<style>
a { background-color: #13B1FE; }
a { background-color: rgb(19,177,254); }
div.DivClassName
{
background-color: #13B1FE;
}
.BgClassName
{
background-color: #13B1FE;
}
</style>
border-color css
<style>
span { border-color: #13B1FE; }
span { border-color: rgb(19,177,254); }
td.TdClassName
{
border-color: #13B1FE;
}
.TagClassName
{
border-color: #13B1FE;
}
</style>