Shades of Deep Sky Blue #15D0FA
Tints of Deep Sky Blue #15D0FA
RGB
CMYK
RGB Variations
Color information
#15D0FA (or 0x15D0FA) is known color: Deep Sky Blue. HEX triplet: 15, D0 and FA. RGB value is (21,208,250). Sum of RGB (Red+Green+Blue) = 21+208+250=479 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #15D0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0FA is #EA2F05. Grayscale: #9C9C9C. Windows color (decimal): -15347462 or 16437269. OLE color: 16437269.
HSL color Cylindrical-coordinate representation of color #15D0FA: hue angle of 191º 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 #15D0FA is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 208 | 250 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.02 |
| HSL | 191º | 0.96% | 0.53% | - |
| HSV(B) | 191º | 0.92% | 0.98% | - |
| XYZ | 40.12 | 52.17 | 98.4 | - |
| YUV | 156.88 | 180.55 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 250 | 0.92 | 0.17 | 0 | 0.02 | 191 | 0.96 | 0.53 |
| Hex | 15 | D0 | FA | 5C | 11 | 0 | 2 | BF | 60 | 35 |
| Octal | 25 | 320 | 372 | 134 | 21 | 0 | 2 | 277 | 140 | 65 |
| Binary | 10101 | 11010000 | 11111010 | 1011100 | 10001 | 0 | 10 | 10111111 | 1100000 | 110101 |
Color Harmonies of #15D0FA
Complementary color
Monochromatic Colors of #15D0FA
Black with #15D0FA
Text Example
Text Example
White with #15D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D0FA; }
p { color: rgb(21,208,250); }
H1.HeaderClassName
{
color: #15D0FA;
}
.AnyTagClassName
{
color: #15D0FA;
}
</style>
background-color css
<style>
a { background-color: #15D0FA; }
a { background-color: rgb(21,208,250); }
div.DivClassName
{
background-color: #15D0FA;
}
.BgClassName
{
background-color: #15D0FA;
}
</style>
border-color css
<style>
span { border-color: #15D0FA; }
span { border-color: rgb(21,208,250); }
td.TdClassName
{
border-color: #15D0FA;
}
.TagClassName
{
border-color: #15D0FA;
}
</style>