Shades of Deep Sky Blue #13BBFE
Tints of Deep Sky Blue #13BBFE
RGB
CMYK
RGB Variations
Color information
#13BBFE (or 0x13BBFE) is known color: Deep Sky Blue. HEX triplet: 13, BB and FE. RGB value is (19,187,254). Sum of RGB (Red+Green+Blue) = 19+187+254=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #13BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BBFE is #EC4401. Grayscale: #8F8F8F. Windows color (decimal): -15483906 or 16694035. OLE color: 16694035.
HSL color Cylindrical-coordinate representation of color #13BBFE: hue angle of 197.11º 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 #13BBFE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 187 | 254 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.00 |
| HSL | 197.11º | 0.99% | 0.54% | - |
| HSV(B) | 197.11º | 0.93% | 1% | - |
| XYZ | 35.93 | 42.83 | 100.14 | - |
| YUV | 144.41 | 189.84 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 254 | 0.93 | 0.26 | 0 | 0.00 | 197.11 | 0.99 | 0.54 |
| Hex | 13 | BB | FE | 5D | 1A | 0 | 0 | C5 | 63 | 36 |
| Octal | 23 | 273 | 376 | 135 | 32 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10011 | 10111011 | 11111110 | 1011101 | 11010 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #13BBFE
Complementary color
Monochromatic Colors of #13BBFE
Black with #13BBFE
Text Example
Text Example
White with #13BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBFE; }
p { color: rgb(19,187,254); }
H1.HeaderClassName
{
color: #13BBFE;
}
.AnyTagClassName
{
color: #13BBFE;
}
</style>
background-color css
<style>
a { background-color: #13BBFE; }
a { background-color: rgb(19,187,254); }
div.DivClassName
{
background-color: #13BBFE;
}
.BgClassName
{
background-color: #13BBFE;
}
</style>
border-color css
<style>
span { border-color: #13BBFE; }
span { border-color: rgb(19,187,254); }
td.TdClassName
{
border-color: #13BBFE;
}
.TagClassName
{
border-color: #13BBFE;
}
</style>