Shades of Deep Sky Blue #13BDFE
Tints of Deep Sky Blue #13BDFE
RGB
CMYK
RGB Variations
Color information
#13BDFE (or 0x13BDFE) is known color: Deep Sky Blue. HEX triplet: 13, BD and FE. RGB value is (19,189,254). Sum of RGB (Red+Green+Blue) = 19+189+254=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #13BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDFE is #EC4201. Grayscale: #919191. Windows color (decimal): -15483394 or 16694547. OLE color: 16694547.
HSL color Cylindrical-coordinate representation of color #13BDFE: hue angle of 196.6º 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 #13BDFE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 189 | 254 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.00 |
| HSL | 196.6º | 0.99% | 0.54% | - |
| HSV(B) | 196.6º | 0.93% | 1% | - |
| XYZ | 36.36 | 43.69 | 100.28 | - |
| YUV | 145.58 | 189.18 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 254 | 0.93 | 0.26 | 0 | 0.00 | 196.6 | 0.99 | 0.54 |
| Hex | 13 | BD | FE | 5D | 1A | 0 | 0 | C5 | 63 | 36 |
| Octal | 23 | 275 | 376 | 135 | 32 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10011 | 10111101 | 11111110 | 1011101 | 11010 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #13BDFE
Complementary color
Monochromatic Colors of #13BDFE
Black with #13BDFE
Text Example
Text Example
White with #13BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDFE; }
p { color: rgb(19,189,254); }
H1.HeaderClassName
{
color: #13BDFE;
}
.AnyTagClassName
{
color: #13BDFE;
}
</style>
background-color css
<style>
a { background-color: #13BDFE; }
a { background-color: rgb(19,189,254); }
div.DivClassName
{
background-color: #13BDFE;
}
.BgClassName
{
background-color: #13BDFE;
}
</style>
border-color css
<style>
span { border-color: #13BDFE; }
span { border-color: rgb(19,189,254); }
td.TdClassName
{
border-color: #13BDFE;
}
.TagClassName
{
border-color: #13BDFE;
}
</style>