Shades of Deep Sky Blue #10D9FF
Tints of Deep Sky Blue #10D9FF
RGB
CMYK
RGB Variations
Color information
#10D9FF (or 0x10D9FF) is known color: Deep Sky Blue. HEX triplet: 10, D9 and FF. RGB value is (16,217,255). Sum of RGB (Red+Green+Blue) = 16+217+255=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #10D9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D9FF is #EF2600. Grayscale: #A0A0A0. Windows color (decimal): -15672833 or 16767248. OLE color: 16767248.
HSL color Cylindrical-coordinate representation of color #10D9FF: hue angle of 189.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D9FF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 217 | 255 | - |
| CMYK | 0.94 | 0.15 | 0 | 0 |
| HSL | 189.54º | 1% | 0.53% | - |
| HSV(B) | 189.54º | 0.94% | 1% | - |
| XYZ | 43.08 | 56.96 | 103.33 | - |
| YUV | 161.23 | 180.91 | 24.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 255 | 0.94 | 0.15 | 0 | 0 | 189.54 | 1 | 0.53 |
| Hex | 10 | D9 | FF | 5E | F | 0 | 0 | BE | 64 | 35 |
| Octal | 20 | 331 | 377 | 136 | 17 | 0 | 0 | 276 | 144 | 65 |
| Binary | 10000 | 11011001 | 11111111 | 1011110 | 1111 | 0 | 0 | 10111110 | 1100100 | 110101 |
Color Harmonies of #10D9FF
Complementary color
Monochromatic Colors of #10D9FF
Black with #10D9FF
Text Example
Text Example
White with #10D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9FF; }
p { color: rgb(16,217,255); }
H1.HeaderClassName
{
color: #10D9FF;
}
.AnyTagClassName
{
color: #10D9FF;
}
</style>
background-color css
<style>
a { background-color: #10D9FF; }
a { background-color: rgb(16,217,255); }
div.DivClassName
{
background-color: #10D9FF;
}
.BgClassName
{
background-color: #10D9FF;
}
</style>
border-color css
<style>
span { border-color: #10D9FF; }
span { border-color: rgb(16,217,255); }
td.TdClassName
{
border-color: #10D9FF;
}
.TagClassName
{
border-color: #10D9FF;
}
</style>