Shades of Deep Sky Blue #13CFFF
Tints of Deep Sky Blue #13CFFF
RGB
CMYK
RGB Variations
Color information
#13CFFF (or 0x13CFFF) is known color: Deep Sky Blue. HEX triplet: 13, CF and FF. RGB value is (19,207,255). Sum of RGB (Red+Green+Blue) = 19+207+255=481 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.95% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #13CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CFFF is #EC3000. Grayscale: #9B9B9B. Windows color (decimal): -15478785 or 16764691. OLE color: 16764691.
HSL color Cylindrical-coordinate representation of color #13CFFF: hue angle of 192.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13CFFF is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 207 | 255 | - |
| CMYK | 0.93 | 0.19 | 0 | 0 |
| HSL | 192.2º | 1% | 0.54% | - |
| HSV(B) | 192.2º | 0.93% | 1% | - |
| XYZ | 40.63 | 51.98 | 102.5 | - |
| YUV | 156.26 | 183.72 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 255 | 0.93 | 0.19 | 0 | 0 | 192.2 | 1 | 0.54 |
| Hex | 13 | CF | FF | 5D | 13 | 0 | 0 | C0 | 64 | 36 |
| Octal | 23 | 317 | 377 | 135 | 23 | 0 | 0 | 300 | 144 | 66 |
| Binary | 10011 | 11001111 | 11111111 | 1011101 | 10011 | 0 | 0 | 11000000 | 1100100 | 110110 |
Color Harmonies of #13CFFF
Complementary color
Monochromatic Colors of #13CFFF
Black with #13CFFF
Text Example
Text Example
White with #13CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFFF; }
p { color: rgb(19,207,255); }
H1.HeaderClassName
{
color: #13CFFF;
}
.AnyTagClassName
{
color: #13CFFF;
}
</style>
background-color css
<style>
a { background-color: #13CFFF; }
a { background-color: rgb(19,207,255); }
div.DivClassName
{
background-color: #13CFFF;
}
.BgClassName
{
background-color: #13CFFF;
}
</style>
border-color css
<style>
span { border-color: #13CFFF; }
span { border-color: rgb(19,207,255); }
td.TdClassName
{
border-color: #13CFFF;
}
.TagClassName
{
border-color: #13CFFF;
}
</style>