Shades of Deep Sky Blue #15D5FF
Tints of Deep Sky Blue #15D5FF
RGB
CMYK
RGB Variations
Color information
#15D5FF (or 0x15D5FF) is known color: Deep Sky Blue. HEX triplet: 15, D5 and FF. RGB value is (21,213,255). Sum of RGB (Red+Green+Blue) = 21+213+255=489 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #15D5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D5FF is #EA2A00. Grayscale: #A0A0A0. Windows color (decimal): -15346177 or 16766229. OLE color: 16766229.
HSL color Cylindrical-coordinate representation of color #15D5FF: hue angle of 190.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D5FF is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 213 | 255 | - |
| CMYK | 0.92 | 0.16 | 0 | 0 |
| HSL | 190.77º | 1% | 0.54% | - |
| HSV(B) | 190.77º | 0.92% | 1% | - |
| XYZ | 42.15 | 54.97 | 103 | - |
| YUV | 160.38 | 181.39 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 255 | 0.92 | 0.16 | 0 | 0 | 190.77 | 1 | 0.54 |
| Hex | 15 | D5 | FF | 5C | 10 | 0 | 0 | BF | 64 | 36 |
| Octal | 25 | 325 | 377 | 134 | 20 | 0 | 0 | 277 | 144 | 66 |
| Binary | 10101 | 11010101 | 11111111 | 1011100 | 10000 | 0 | 0 | 10111111 | 1100100 | 110110 |
Color Harmonies of #15D5FF
Complementary color
Monochromatic Colors of #15D5FF
Black with #15D5FF
Text Example
Text Example
White with #15D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D5FF; }
p { color: rgb(21,213,255); }
H1.HeaderClassName
{
color: #15D5FF;
}
.AnyTagClassName
{
color: #15D5FF;
}
</style>
background-color css
<style>
a { background-color: #15D5FF; }
a { background-color: rgb(21,213,255); }
div.DivClassName
{
background-color: #15D5FF;
}
.BgClassName
{
background-color: #15D5FF;
}
</style>
border-color css
<style>
span { border-color: #15D5FF; }
span { border-color: rgb(21,213,255); }
td.TdClassName
{
border-color: #15D5FF;
}
.TagClassName
{
border-color: #15D5FF;
}
</style>