Shades of Deep Sky Blue #13C2FC
Tints of Deep Sky Blue #13C2FC
RGB
CMYK
RGB Variations
Color information
#13C2FC (or 0x13C2FC) is known color: Deep Sky Blue. HEX triplet: 13, C2 and FC. RGB value is (19,194,252). Sum of RGB (Red+Green+Blue) = 19+194+252=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #13C2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C2FC is #EC3D03. Grayscale: #939393. Windows color (decimal): -15482116 or 16564755. OLE color: 16564755.
HSL color Cylindrical-coordinate representation of color #13C2FC: hue angle of 194.94º 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 #13C2FC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 194 | 252 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.01 |
| HSL | 194.94º | 0.97% | 0.53% | - |
| HSV(B) | 194.94º | 0.92% | 0.99% | - |
| XYZ | 37.13 | 45.75 | 98.97 | - |
| YUV | 148.29 | 186.52 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 252 | 0.92 | 0.23 | 0 | 0.01 | 194.94 | 0.97 | 0.53 |
| Hex | 13 | C2 | FC | 5C | 17 | 0 | 1 | C3 | 61 | 35 |
| Octal | 23 | 302 | 374 | 134 | 27 | 0 | 1 | 303 | 141 | 65 |
| Binary | 10011 | 11000010 | 11111100 | 1011100 | 10111 | 0 | 1 | 11000011 | 1100001 | 110101 |
Color Harmonies of #13C2FC
Complementary color
Monochromatic Colors of #13C2FC
Black with #13C2FC
Text Example
Text Example
White with #13C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2FC; }
p { color: rgb(19,194,252); }
H1.HeaderClassName
{
color: #13C2FC;
}
.AnyTagClassName
{
color: #13C2FC;
}
</style>
background-color css
<style>
a { background-color: #13C2FC; }
a { background-color: rgb(19,194,252); }
div.DivClassName
{
background-color: #13C2FC;
}
.BgClassName
{
background-color: #13C2FC;
}
</style>
border-color css
<style>
span { border-color: #13C2FC; }
span { border-color: rgb(19,194,252); }
td.TdClassName
{
border-color: #13C2FC;
}
.TagClassName
{
border-color: #13C2FC;
}
</style>