Shades of Deep Sky Blue #13BDF8
Tints of Deep Sky Blue #13BDF8
RGB
CMYK
RGB Variations
Color information
#13BDF8 (or 0x13BDF8) is known color: Deep Sky Blue. HEX triplet: 13, BD and F8. RGB value is (19,189,248). Sum of RGB (Red+Green+Blue) = 19+189+248=456 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.17% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #13BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BDF8 is #EC4207. Grayscale: #909090. Windows color (decimal): -15483400 or 16301331. OLE color: 16301331.
HSL color Cylindrical-coordinate representation of color #13BDF8: hue angle of 195.46º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BDF8 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 189 | 248 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.03 |
| HSL | 195.46º | 0.94% | 0.52% | - |
| HSV(B) | 195.46º | 0.92% | 0.97% | - |
| XYZ | 35.41 | 43.31 | 95.3 | - |
| YUV | 144.9 | 186.18 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 248 | 0.92 | 0.24 | 0 | 0.03 | 195.46 | 0.94 | 0.52 |
| Hex | 13 | BD | F8 | 5C | 18 | 0 | 3 | C3 | 5E | 34 |
| Octal | 23 | 275 | 370 | 134 | 30 | 0 | 3 | 303 | 136 | 64 |
| Binary | 10011 | 10111101 | 11111000 | 1011100 | 11000 | 0 | 11 | 11000011 | 1011110 | 110100 |
Color Harmonies of #13BDF8
Complementary color
Monochromatic Colors of #13BDF8
Black with #13BDF8
Text Example
Text Example
White with #13BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDF8; }
p { color: rgb(19,189,248); }
H1.HeaderClassName
{
color: #13BDF8;
}
.AnyTagClassName
{
color: #13BDF8;
}
</style>
background-color css
<style>
a { background-color: #13BDF8; }
a { background-color: rgb(19,189,248); }
div.DivClassName
{
background-color: #13BDF8;
}
.BgClassName
{
background-color: #13BDF8;
}
</style>
border-color css
<style>
span { border-color: #13BDF8; }
span { border-color: rgb(19,189,248); }
td.TdClassName
{
border-color: #13BDF8;
}
.TagClassName
{
border-color: #13BDF8;
}
</style>