Shades of Deep Sky Blue #13D2F7
Tints of Deep Sky Blue #13D2F7
RGB
CMYK
RGB Variations
Color information
#13D2F7 (or 0x13D2F7) is known color: Deep Sky Blue. HEX triplet: 13, D2 and F7. RGB value is (19,210,247). Sum of RGB (Red+Green+Blue) = 19+210+247=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #13D2F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D2F7 is #EC2D08. Grayscale: #9C9C9C. Windows color (decimal): -15478025 or 16241171. OLE color: 16241171.
HSL color Cylindrical-coordinate representation of color #13D2F7: hue angle of 189.74º degrees, saturation: 0.93, 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 #13D2F7 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 210 | 247 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.03 |
| HSL | 189.74º | 0.93% | 0.52% | - |
| HSV(B) | 189.74º | 0.92% | 0.97% | - |
| XYZ | 40.1 | 52.95 | 96.1 | - |
| YUV | 157.11 | 178.72 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 247 | 0.92 | 0.15 | 0 | 0.03 | 189.74 | 0.93 | 0.52 |
| Hex | 13 | D2 | F7 | 5C | F | 0 | 3 | BE | 5D | 34 |
| Octal | 23 | 322 | 367 | 134 | 17 | 0 | 3 | 276 | 135 | 64 |
| Binary | 10011 | 11010010 | 11110111 | 1011100 | 1111 | 0 | 11 | 10111110 | 1011101 | 110100 |
Color Harmonies of #13D2F7
Complementary color
Monochromatic Colors of #13D2F7
Black with #13D2F7
Text Example
Text Example
White with #13D2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D2F7; }
p { color: rgb(19,210,247); }
H1.HeaderClassName
{
color: #13D2F7;
}
.AnyTagClassName
{
color: #13D2F7;
}
</style>
background-color css
<style>
a { background-color: #13D2F7; }
a { background-color: rgb(19,210,247); }
div.DivClassName
{
background-color: #13D2F7;
}
.BgClassName
{
background-color: #13D2F7;
}
</style>
border-color css
<style>
span { border-color: #13D2F7; }
span { border-color: rgb(19,210,247); }
td.TdClassName
{
border-color: #13D2F7;
}
.TagClassName
{
border-color: #13D2F7;
}
</style>