Shades of Deep Sky Blue #15C7FA
Tints of Deep Sky Blue #15C7FA
RGB
CMYK
RGB Variations
Color information
#15C7FA (or 0x15C7FA) is known color: Deep Sky Blue. HEX triplet: 15, C7 and FA. RGB value is (21,199,250). Sum of RGB (Red+Green+Blue) = 21+199+250=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #15C7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C7FA is #EA3805. Grayscale: #979797. Windows color (decimal): -15349766 or 16434965. OLE color: 16434965.
HSL color Cylindrical-coordinate representation of color #15C7FA: hue angle of 193.36º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C7FA is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 199 | 250 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.02 |
| HSL | 193.36º | 0.96% | 0.53% | - |
| HSV(B) | 193.36º | 0.92% | 0.98% | - |
| XYZ | 37.99 | 47.91 | 97.69 | - |
| YUV | 151.59 | 183.53 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 199 | 250 | 0.92 | 0.20 | 0 | 0.02 | 193.36 | 0.96 | 0.53 |
| Hex | 15 | C7 | FA | 5C | 14 | 0 | 2 | C1 | 60 | 35 |
| Octal | 25 | 307 | 372 | 134 | 24 | 0 | 2 | 301 | 140 | 65 |
| Binary | 10101 | 11000111 | 11111010 | 1011100 | 10100 | 0 | 10 | 11000001 | 1100000 | 110101 |
Color Harmonies of #15C7FA
Complementary color
Monochromatic Colors of #15C7FA
Black with #15C7FA
Text Example
Text Example
White with #15C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C7FA; }
p { color: rgb(21,199,250); }
H1.HeaderClassName
{
color: #15C7FA;
}
.AnyTagClassName
{
color: #15C7FA;
}
</style>
background-color css
<style>
a { background-color: #15C7FA; }
a { background-color: rgb(21,199,250); }
div.DivClassName
{
background-color: #15C7FA;
}
.BgClassName
{
background-color: #15C7FA;
}
</style>
border-color css
<style>
span { border-color: #15C7FA; }
span { border-color: rgb(21,199,250); }
td.TdClassName
{
border-color: #15C7FA;
}
.TagClassName
{
border-color: #15C7FA;
}
</style>