Shades of Deep Sky Blue #13BAFE
Tints of Deep Sky Blue #13BAFE
RGB
CMYK
RGB Variations
Color information
#13BAFE (or 0x13BAFE) is known color: Deep Sky Blue. HEX triplet: 13, BA and FE. RGB value is (19,186,254). Sum of RGB (Red+Green+Blue) = 19+186+254=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #13BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAFE is #EC4501. Grayscale: #8F8F8F. Windows color (decimal): -15484162 or 16693779. OLE color: 16693779.
HSL color Cylindrical-coordinate representation of color #13BAFE: hue angle of 197.36º 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 #13BAFE is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 186 | 254 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.00 |
| HSL | 197.36º | 0.99% | 0.54% | - |
| HSV(B) | 197.36º | 0.93% | 1% | - |
| XYZ | 35.72 | 42.41 | 100.07 | - |
| YUV | 143.82 | 190.17 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 254 | 0.93 | 0.27 | 0 | 0.00 | 197.36 | 0.99 | 0.54 |
| Hex | 13 | BA | FE | 5D | 1B | 0 | 0 | C5 | 63 | 36 |
| Octal | 23 | 272 | 376 | 135 | 33 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10011 | 10111010 | 11111110 | 1011101 | 11011 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #13BAFE
Complementary color
Monochromatic Colors of #13BAFE
Black with #13BAFE
Text Example
Text Example
White with #13BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BAFE; }
p { color: rgb(19,186,254); }
H1.HeaderClassName
{
color: #13BAFE;
}
.AnyTagClassName
{
color: #13BAFE;
}
</style>
background-color css
<style>
a { background-color: #13BAFE; }
a { background-color: rgb(19,186,254); }
div.DivClassName
{
background-color: #13BAFE;
}
.BgClassName
{
background-color: #13BAFE;
}
</style>
border-color css
<style>
span { border-color: #13BAFE; }
span { border-color: rgb(19,186,254); }
td.TdClassName
{
border-color: #13BAFE;
}
.TagClassName
{
border-color: #13BAFE;
}
</style>