Shades of Deep Sky Blue #13CFEB
Tints of Deep Sky Blue #13CFEB
RGB
CMYK
RGB Variations
Color information
#13CFEB (or 0x13CFEB) is known color: Deep Sky Blue. HEX triplet: 13, CF and EB. RGB value is (19,207,235). Sum of RGB (Red+Green+Blue) = 19+207+235=461 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.12% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #13CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CFEB is #EC3014. Grayscale: #999999. Windows color (decimal): -15478805 or 15453971. OLE color: 15453971.
HSL color Cylindrical-coordinate representation of color #13CFEB: hue angle of 187.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13CFEB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 207 | 235 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.08 |
| HSL | 187.78º | 0.85% | 0.5% | - |
| HSV(B) | 187.78º | 0.92% | 0.92% | - |
| XYZ | 37.58 | 50.76 | 86.41 | - |
| YUV | 153.98 | 173.72 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 235 | 0.92 | 0.12 | 0 | 0.08 | 187.78 | 0.85 | 0.5 |
| Hex | 13 | CF | EB | 5C | C | 0 | 8 | BC | 55 | 32 |
| Octal | 23 | 317 | 353 | 134 | 14 | 0 | 10 | 274 | 125 | 62 |
| Binary | 10011 | 11001111 | 11101011 | 1011100 | 1100 | 0 | 1000 | 10111100 | 1010101 | 110010 |
Color Harmonies of #13CFEB
Complementary color
Monochromatic Colors of #13CFEB
Black with #13CFEB
Text Example
Text Example
White with #13CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFEB; }
p { color: rgb(19,207,235); }
H1.HeaderClassName
{
color: #13CFEB;
}
.AnyTagClassName
{
color: #13CFEB;
}
</style>
background-color css
<style>
a { background-color: #13CFEB; }
a { background-color: rgb(19,207,235); }
div.DivClassName
{
background-color: #13CFEB;
}
.BgClassName
{
background-color: #13CFEB;
}
</style>
border-color css
<style>
span { border-color: #13CFEB; }
span { border-color: rgb(19,207,235); }
td.TdClassName
{
border-color: #13CFEB;
}
.TagClassName
{
border-color: #13CFEB;
}
</style>