Shades of Deep Sky Blue #13BFFE
Tints of Deep Sky Blue #13BFFE
RGB
CMYK
RGB Variations
Color information
#13BFFE (or 0x13BFFE) is known color: Deep Sky Blue. HEX triplet: 13, BF and FE. RGB value is (19,191,254). Sum of RGB (Red+Green+Blue) = 19+191+254=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #13BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFFE is #EC4001. Grayscale: #929292. Windows color (decimal): -15482882 or 16695059. OLE color: 16695059.
HSL color Cylindrical-coordinate representation of color #13BFFE: hue angle of 196.09º 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 #13BFFE is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 191 | 254 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.00 |
| HSL | 196.09º | 0.99% | 0.54% | - |
| HSV(B) | 196.09º | 0.93% | 1% | - |
| XYZ | 36.79 | 44.56 | 100.43 | - |
| YUV | 146.75 | 188.52 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 254 | 0.93 | 0.25 | 0 | 0.00 | 196.09 | 0.99 | 0.54 |
| Hex | 13 | BF | FE | 5D | 19 | 0 | 0 | C4 | 63 | 36 |
| Octal | 23 | 277 | 376 | 135 | 31 | 0 | 0 | 304 | 143 | 66 |
| Binary | 10011 | 10111111 | 11111110 | 1011101 | 11001 | 0 | 0 | 11000100 | 1100011 | 110110 |
Color Harmonies of #13BFFE
Complementary color
Monochromatic Colors of #13BFFE
Black with #13BFFE
Text Example
Text Example
White with #13BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFFE; }
p { color: rgb(19,191,254); }
H1.HeaderClassName
{
color: #13BFFE;
}
.AnyTagClassName
{
color: #13BFFE;
}
</style>
background-color css
<style>
a { background-color: #13BFFE; }
a { background-color: rgb(19,191,254); }
div.DivClassName
{
background-color: #13BFFE;
}
.BgClassName
{
background-color: #13BFFE;
}
</style>
border-color css
<style>
span { border-color: #13BFFE; }
span { border-color: rgb(19,191,254); }
td.TdClassName
{
border-color: #13BFFE;
}
.TagClassName
{
border-color: #13BFFE;
}
</style>