Shades of Deep Sky Blue #15D1FF
Tints of Deep Sky Blue #15D1FF
RGB
CMYK
RGB Variations
Color information
#15D1FF (or 0x15D1FF) is known color: Deep Sky Blue. HEX triplet: 15, D1 and FF. RGB value is (21,209,255). Sum of RGB (Red+Green+Blue) = 21+209+255=485 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.33% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #15D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D1FF is #EA2E00. Grayscale: #9D9D9D. Windows color (decimal): -15347201 or 16765205. OLE color: 16765205.
HSL color Cylindrical-coordinate representation of color #15D1FF: hue angle of 191.79º 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 #15D1FF is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 209 | 255 | - |
| CMYK | 0.92 | 0.18 | 0 | 0 |
| HSL | 191.79º | 1% | 0.54% | - |
| HSV(B) | 191.79º | 0.92% | 1% | - |
| XYZ | 41.16 | 52.98 | 102.66 | - |
| YUV | 158.03 | 182.72 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 209 | 255 | 0.92 | 0.18 | 0 | 0 | 191.79 | 1 | 0.54 |
| Hex | 15 | D1 | FF | 5C | 12 | 0 | 0 | C0 | 64 | 36 |
| Octal | 25 | 321 | 377 | 134 | 22 | 0 | 0 | 300 | 144 | 66 |
| Binary | 10101 | 11010001 | 11111111 | 1011100 | 10010 | 0 | 0 | 11000000 | 1100100 | 110110 |
Color Harmonies of #15D1FF
Complementary color
Monochromatic Colors of #15D1FF
Black with #15D1FF
Text Example
Text Example
White with #15D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D1FF; }
p { color: rgb(21,209,255); }
H1.HeaderClassName
{
color: #15D1FF;
}
.AnyTagClassName
{
color: #15D1FF;
}
</style>
background-color css
<style>
a { background-color: #15D1FF; }
a { background-color: rgb(21,209,255); }
div.DivClassName
{
background-color: #15D1FF;
}
.BgClassName
{
background-color: #15D1FF;
}
</style>
border-color css
<style>
span { border-color: #15D1FF; }
span { border-color: rgb(21,209,255); }
td.TdClassName
{
border-color: #15D1FF;
}
.TagClassName
{
border-color: #15D1FF;
}
</style>