Shades of Deep Sky Blue #13C9F2
Tints of Deep Sky Blue #13C9F2
RGB
CMYK
RGB Variations
Color information
#13C9F2 (or 0x13C9F2) is known color: Deep Sky Blue. HEX triplet: 13, C9 and F2. RGB value is (19,201,242). Sum of RGB (Red+Green+Blue) = 19+201+242=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #13C9F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C9F2 is #EC360D. Grayscale: #969696. Windows color (decimal): -15480334 or 15911187. OLE color: 15911187.
HSL color Cylindrical-coordinate representation of color #13C9F2: hue angle of 191.03º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C9F2 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 201 | 242 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.05 |
| HSL | 191.03º | 0.9% | 0.51% | - |
| HSV(B) | 191.03º | 0.92% | 0.95% | - |
| XYZ | 37.18 | 48.32 | 91.37 | - |
| YUV | 151.26 | 179.2 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 242 | 0.92 | 0.17 | 0 | 0.05 | 191.03 | 0.9 | 0.51 |
| Hex | 13 | C9 | F2 | 5C | 11 | 0 | 5 | BF | 5A | 33 |
| Octal | 23 | 311 | 362 | 134 | 21 | 0 | 5 | 277 | 132 | 63 |
| Binary | 10011 | 11001001 | 11110010 | 1011100 | 10001 | 0 | 101 | 10111111 | 1011010 | 110011 |
Color Harmonies of #13C9F2
Complementary color
Monochromatic Colors of #13C9F2
Black with #13C9F2
Text Example
Text Example
White with #13C9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C9F2; }
p { color: rgb(19,201,242); }
H1.HeaderClassName
{
color: #13C9F2;
}
.AnyTagClassName
{
color: #13C9F2;
}
</style>
background-color css
<style>
a { background-color: #13C9F2; }
a { background-color: rgb(19,201,242); }
div.DivClassName
{
background-color: #13C9F2;
}
.BgClassName
{
background-color: #13C9F2;
}
</style>
border-color css
<style>
span { border-color: #13C9F2; }
span { border-color: rgb(19,201,242); }
td.TdClassName
{
border-color: #13C9F2;
}
.TagClassName
{
border-color: #13C9F2;
}
</style>