Shades of Deep Sky Blue #13BAEA
Tints of Deep Sky Blue #13BAEA
RGB
CMYK
RGB Variations
Color information
#13BAEA (or 0x13BAEA) is known color: Deep Sky Blue. HEX triplet: 13, BA and EA. RGB value is (19,186,234). Sum of RGB (Red+Green+Blue) = 19+186+234=439 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.33% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #13BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAEA is #EC4515. Grayscale: #8D8D8D. Windows color (decimal): -15484182 or 15383059. OLE color: 15383059.
HSL color Cylindrical-coordinate representation of color #13BAEA: hue angle of 193.4º 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 #13BAEA is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 186 | 234 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.08 |
| HSL | 193.4º | 0.85% | 0.5% | - |
| HSV(B) | 193.4º | 0.92% | 0.92% | - |
| XYZ | 32.68 | 41.2 | 84.07 | - |
| YUV | 141.54 | 180.17 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 234 | 0.92 | 0.21 | 0 | 0.08 | 193.4 | 0.85 | 0.5 |
| Hex | 13 | BA | EA | 5C | 15 | 0 | 8 | C1 | 55 | 32 |
| Octal | 23 | 272 | 352 | 134 | 25 | 0 | 10 | 301 | 125 | 62 |
| Binary | 10011 | 10111010 | 11101010 | 1011100 | 10101 | 0 | 1000 | 11000001 | 1010101 | 110010 |
Color Harmonies of #13BAEA
Complementary color
Monochromatic Colors of #13BAEA
Black with #13BAEA
Text Example
Text Example
White with #13BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BAEA; }
p { color: rgb(19,186,234); }
H1.HeaderClassName
{
color: #13BAEA;
}
.AnyTagClassName
{
color: #13BAEA;
}
</style>
background-color css
<style>
a { background-color: #13BAEA; }
a { background-color: rgb(19,186,234); }
div.DivClassName
{
background-color: #13BAEA;
}
.BgClassName
{
background-color: #13BAEA;
}
</style>
border-color css
<style>
span { border-color: #13BAEA; }
span { border-color: rgb(19,186,234); }
td.TdClassName
{
border-color: #13BAEA;
}
.TagClassName
{
border-color: #13BAEA;
}
</style>