Shades of Deep Sky Blue #13BDEF
Tints of Deep Sky Blue #13BDEF
RGB
CMYK
RGB Variations
Color information
#13BDEF (or 0x13BDEF) is known color: Deep Sky Blue. HEX triplet: 13, BD and EF. RGB value is (19,189,239). Sum of RGB (Red+Green+Blue) = 19+189+239=447 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.25% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #13BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDEF is #EC4210. Grayscale: #8F8F8F. Windows color (decimal): -15483409 or 15711507. OLE color: 15711507.
HSL color Cylindrical-coordinate representation of color #13BDEF: hue angle of 193.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BDEF is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 189 | 239 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.06 |
| HSL | 193.64º | 0.87% | 0.51% | - |
| HSV(B) | 193.64º | 0.92% | 0.94% | - |
| XYZ | 34.05 | 42.77 | 88.12 | - |
| YUV | 143.87 | 181.68 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 239 | 0.92 | 0.21 | 0 | 0.06 | 193.64 | 0.87 | 0.51 |
| Hex | 13 | BD | EF | 5C | 15 | 0 | 6 | C2 | 57 | 33 |
| Octal | 23 | 275 | 357 | 134 | 25 | 0 | 6 | 302 | 127 | 63 |
| Binary | 10011 | 10111101 | 11101111 | 1011100 | 10101 | 0 | 110 | 11000010 | 1010111 | 110011 |
Color Harmonies of #13BDEF
Complementary color
Monochromatic Colors of #13BDEF
Black with #13BDEF
Text Example
Text Example
White with #13BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDEF; }
p { color: rgb(19,189,239); }
H1.HeaderClassName
{
color: #13BDEF;
}
.AnyTagClassName
{
color: #13BDEF;
}
</style>
background-color css
<style>
a { background-color: #13BDEF; }
a { background-color: rgb(19,189,239); }
div.DivClassName
{
background-color: #13BDEF;
}
.BgClassName
{
background-color: #13BDEF;
}
</style>
border-color css
<style>
span { border-color: #13BDEF; }
span { border-color: rgb(19,189,239); }
td.TdClassName
{
border-color: #13BDEF;
}
.TagClassName
{
border-color: #13BDEF;
}
</style>