Shades of Deep Sky Blue #13ABFC
Tints of Deep Sky Blue #13ABFC
RGB
CMYK
RGB Variations
Color information
#13ABFC (or 0x13ABFC) is known color: Deep Sky Blue. HEX triplet: 13, AB and FC. RGB value is (19,171,252). Sum of RGB (Red+Green+Blue) = 19+171+252=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #13ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ABFC is #EC5403. Grayscale: #868686. Windows color (decimal): -15488004 or 16558867. OLE color: 16558867.
HSL color Cylindrical-coordinate representation of color #13ABFC: hue angle of 200.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ABFC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 171 | 252 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.01 |
| HSL | 200.86º | 0.97% | 0.53% | - |
| HSV(B) | 200.86º | 0.92% | 0.99% | - |
| XYZ | 32.4 | 36.29 | 97.39 | - |
| YUV | 134.79 | 194.14 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 252 | 0.92 | 0.32 | 0 | 0.01 | 200.86 | 0.97 | 0.53 |
| Hex | 13 | AB | FC | 5C | 20 | 0 | 1 | C9 | 61 | 35 |
| Octal | 23 | 253 | 374 | 134 | 40 | 0 | 1 | 311 | 141 | 65 |
| Binary | 10011 | 10101011 | 11111100 | 1011100 | 100000 | 0 | 1 | 11001001 | 1100001 | 110101 |
Color Harmonies of #13ABFC
Complementary color
Monochromatic Colors of #13ABFC
Black with #13ABFC
Text Example
Text Example
White with #13ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABFC; }
p { color: rgb(19,171,252); }
H1.HeaderClassName
{
color: #13ABFC;
}
.AnyTagClassName
{
color: #13ABFC;
}
</style>
background-color css
<style>
a { background-color: #13ABFC; }
a { background-color: rgb(19,171,252); }
div.DivClassName
{
background-color: #13ABFC;
}
.BgClassName
{
background-color: #13ABFC;
}
</style>
border-color css
<style>
span { border-color: #13ABFC; }
span { border-color: rgb(19,171,252); }
td.TdClassName
{
border-color: #13ABFC;
}
.TagClassName
{
border-color: #13ABFC;
}
</style>