Shades of Deep Sky Blue #13BEF2
Tints of Deep Sky Blue #13BEF2
RGB
CMYK
RGB Variations
Color information
#13BEF2 (or 0x13BEF2) is known color: Deep Sky Blue. HEX triplet: 13, BE and F2. RGB value is (19,190,242). Sum of RGB (Red+Green+Blue) = 19+190+242=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #13BEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BEF2 is #EC410D. Grayscale: #909090. Windows color (decimal): -15483150 or 15908371. OLE color: 15908371.
HSL color Cylindrical-coordinate representation of color #13BEF2: hue angle of 193.99º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BEF2 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 190 | 242 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.05 |
| HSL | 193.99º | 0.9% | 0.51% | - |
| HSV(B) | 193.99º | 0.92% | 0.95% | - |
| XYZ | 34.71 | 43.38 | 90.55 | - |
| YUV | 144.8 | 182.85 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 242 | 0.92 | 0.21 | 0 | 0.05 | 193.99 | 0.9 | 0.51 |
| Hex | 13 | BE | F2 | 5C | 15 | 0 | 5 | C2 | 5A | 33 |
| Octal | 23 | 276 | 362 | 134 | 25 | 0 | 5 | 302 | 132 | 63 |
| Binary | 10011 | 10111110 | 11110010 | 1011100 | 10101 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #13BEF2
Complementary color
Monochromatic Colors of #13BEF2
Black with #13BEF2
Text Example
Text Example
White with #13BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BEF2; }
p { color: rgb(19,190,242); }
H1.HeaderClassName
{
color: #13BEF2;
}
.AnyTagClassName
{
color: #13BEF2;
}
</style>
background-color css
<style>
a { background-color: #13BEF2; }
a { background-color: rgb(19,190,242); }
div.DivClassName
{
background-color: #13BEF2;
}
.BgClassName
{
background-color: #13BEF2;
}
</style>
border-color css
<style>
span { border-color: #13BEF2; }
span { border-color: rgb(19,190,242); }
td.TdClassName
{
border-color: #13BEF2;
}
.TagClassName
{
border-color: #13BEF2;
}
</style>