Shades of Deep Sky Blue #13BAE6
Tints of Deep Sky Blue #13BAE6
RGB
CMYK
RGB Variations
Color information
#13BAE6 (or 0x13BAE6) is known color: Deep Sky Blue. HEX triplet: 13, BA and E6. RGB value is (19,186,230). Sum of RGB (Red+Green+Blue) = 19+186+230=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #13BAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAE6 is #EC4519. Grayscale: #8C8C8C. Windows color (decimal): -15484186 or 15120915. OLE color: 15120915.
HSL color Cylindrical-coordinate representation of color #13BAE6: hue angle of 192.51º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BAE6 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 186 | 230 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.10 |
| HSL | 192.51º | 0.85% | 0.49% | - |
| HSV(B) | 192.51º | 0.92% | 0.9% | - |
| XYZ | 32.11 | 40.97 | 81.08 | - |
| YUV | 141.08 | 178.17 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 230 | 0.92 | 0.19 | 0 | 0.10 | 192.51 | 0.85 | 0.49 |
| Hex | 13 | BA | E6 | 5C | 13 | 0 | A | C1 | 55 | 31 |
| Octal | 23 | 272 | 346 | 134 | 23 | 0 | 12 | 301 | 125 | 61 |
| Binary | 10011 | 10111010 | 11100110 | 1011100 | 10011 | 0 | 1010 | 11000001 | 1010101 | 110001 |
Color Harmonies of #13BAE6
Complementary color
Monochromatic Colors of #13BAE6
Black with #13BAE6
Text Example
Text Example
White with #13BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BAE6; }
p { color: rgb(19,186,230); }
H1.HeaderClassName
{
color: #13BAE6;
}
.AnyTagClassName
{
color: #13BAE6;
}
</style>
background-color css
<style>
a { background-color: #13BAE6; }
a { background-color: rgb(19,186,230); }
div.DivClassName
{
background-color: #13BAE6;
}
.BgClassName
{
background-color: #13BAE6;
}
</style>
border-color css
<style>
span { border-color: #13BAE6; }
span { border-color: rgb(19,186,230); }
td.TdClassName
{
border-color: #13BAE6;
}
.TagClassName
{
border-color: #13BAE6;
}
</style>