Shades of Deep Sky Blue #13C7EE
Tints of Deep Sky Blue #13C7EE
RGB
CMYK
RGB Variations
Color information
#13C7EE (or 0x13C7EE) is known color: Deep Sky Blue. HEX triplet: 13, C7 and EE. RGB value is (19,199,238). Sum of RGB (Red+Green+Blue) = 19+199+238=456 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.17% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #13C7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C7EE is #EC3811. Grayscale: #959595. Windows color (decimal): -15480850 or 15648531. OLE color: 15648531.
HSL color Cylindrical-coordinate representation of color #13C7EE: hue angle of 190.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C7EE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 199 | 238 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.07 |
| HSL | 190.68º | 0.87% | 0.5% | - |
| HSV(B) | 190.68º | 0.92% | 0.93% | - |
| XYZ | 36.12 | 47.16 | 88.09 | - |
| YUV | 149.63 | 177.87 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 199 | 238 | 0.92 | 0.16 | 0 | 0.07 | 190.68 | 0.87 | 0.5 |
| Hex | 13 | C7 | EE | 5C | 10 | 0 | 7 | BF | 57 | 32 |
| Octal | 23 | 307 | 356 | 134 | 20 | 0 | 7 | 277 | 127 | 62 |
| Binary | 10011 | 11000111 | 11101110 | 1011100 | 10000 | 0 | 111 | 10111111 | 1010111 | 110010 |
Color Harmonies of #13C7EE
Complementary color
Monochromatic Colors of #13C7EE
Black with #13C7EE
Text Example
Text Example
White with #13C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C7EE; }
p { color: rgb(19,199,238); }
H1.HeaderClassName
{
color: #13C7EE;
}
.AnyTagClassName
{
color: #13C7EE;
}
</style>
background-color css
<style>
a { background-color: #13C7EE; }
a { background-color: rgb(19,199,238); }
div.DivClassName
{
background-color: #13C7EE;
}
.BgClassName
{
background-color: #13C7EE;
}
</style>
border-color css
<style>
span { border-color: #13C7EE; }
span { border-color: rgb(19,199,238); }
td.TdClassName
{
border-color: #13C7EE;
}
.TagClassName
{
border-color: #13C7EE;
}
</style>