Shades of Deep Sky Blue #13BFEB
Tints of Deep Sky Blue #13BFEB
RGB
CMYK
RGB Variations
Color information
#13BFEB (or 0x13BFEB) is known color: Deep Sky Blue. HEX triplet: 13, BF and EB. RGB value is (19,191,235). Sum of RGB (Red+Green+Blue) = 19+191+235=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #13BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFEB is #EC4014. Grayscale: #909090. Windows color (decimal): -15482901 or 15449875. OLE color: 15449875.
HSL color Cylindrical-coordinate representation of color #13BFEB: hue angle of 192.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BFEB is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 191 | 235 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.08 |
| HSL | 192.22º | 0.85% | 0.5% | - |
| HSV(B) | 192.22º | 0.92% | 0.92% | - |
| XYZ | 33.89 | 43.4 | 85.19 | - |
| YUV | 144.59 | 179.02 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 235 | 0.92 | 0.19 | 0 | 0.08 | 192.22 | 0.85 | 0.5 |
| Hex | 13 | BF | EB | 5C | 13 | 0 | 8 | C0 | 55 | 32 |
| Octal | 23 | 277 | 353 | 134 | 23 | 0 | 10 | 300 | 125 | 62 |
| Binary | 10011 | 10111111 | 11101011 | 1011100 | 10011 | 0 | 1000 | 11000000 | 1010101 | 110010 |
Color Harmonies of #13BFEB
Complementary color
Monochromatic Colors of #13BFEB
Black with #13BFEB
Text Example
Text Example
White with #13BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFEB; }
p { color: rgb(19,191,235); }
H1.HeaderClassName
{
color: #13BFEB;
}
.AnyTagClassName
{
color: #13BFEB;
}
</style>
background-color css
<style>
a { background-color: #13BFEB; }
a { background-color: rgb(19,191,235); }
div.DivClassName
{
background-color: #13BFEB;
}
.BgClassName
{
background-color: #13BFEB;
}
</style>
border-color css
<style>
span { border-color: #13BFEB; }
span { border-color: rgb(19,191,235); }
td.TdClassName
{
border-color: #13BFEB;
}
.TagClassName
{
border-color: #13BFEB;
}
</style>