Shades of Deep Sky Blue #13BEED
Tints of Deep Sky Blue #13BEED
RGB
CMYK
RGB Variations
Color information
#13BEED (or 0x13BEED) is known color: Deep Sky Blue. HEX triplet: 13, BE and ED. RGB value is (19,190,237). Sum of RGB (Red+Green+Blue) = 19+190+237=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #13BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BEED is #EC4112. Grayscale: #8F8F8F. Windows color (decimal): -15483155 or 15580691. OLE color: 15580691.
HSL color Cylindrical-coordinate representation of color #13BEED: hue angle of 192.94º degrees, saturation: 0.86, 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 #13BEED is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 190 | 237 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.07 |
| HSL | 192.94º | 0.86% | 0.5% | - |
| HSV(B) | 192.94º | 0.92% | 0.93% | - |
| XYZ | 33.97 | 43.08 | 86.65 | - |
| YUV | 144.23 | 180.35 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 237 | 0.92 | 0.20 | 0 | 0.07 | 192.94 | 0.86 | 0.5 |
| Hex | 13 | BE | ED | 5C | 14 | 0 | 7 | C1 | 56 | 32 |
| Octal | 23 | 276 | 355 | 134 | 24 | 0 | 7 | 301 | 126 | 62 |
| Binary | 10011 | 10111110 | 11101101 | 1011100 | 10100 | 0 | 111 | 11000001 | 1010110 | 110010 |
Color Harmonies of #13BEED
Complementary color
Monochromatic Colors of #13BEED
Black with #13BEED
Text Example
Text Example
White with #13BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BEED; }
p { color: rgb(19,190,237); }
H1.HeaderClassName
{
color: #13BEED;
}
.AnyTagClassName
{
color: #13BEED;
}
</style>
background-color css
<style>
a { background-color: #13BEED; }
a { background-color: rgb(19,190,237); }
div.DivClassName
{
background-color: #13BEED;
}
.BgClassName
{
background-color: #13BEED;
}
</style>
border-color css
<style>
span { border-color: #13BEED; }
span { border-color: rgb(19,190,237); }
td.TdClassName
{
border-color: #13BEED;
}
.TagClassName
{
border-color: #13BEED;
}
</style>