Shades of Deep Sky Blue #10DDFF
Tints of Deep Sky Blue #10DDFF
RGB
CMYK
RGB Variations
Color information
#10DDFF (or 0x10DDFF) is known color: Deep Sky Blue. HEX triplet: 10, DD and FF. RGB value is (16,221,255). Sum of RGB (Red+Green+Blue) = 16+221+255=492 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.25% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #10DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDFF is #EF2200. Grayscale: #A3A3A3. Windows color (decimal): -15671809 or 16768272. OLE color: 16768272.
HSL color Cylindrical-coordinate representation of color #10DDFF: hue angle of 188.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 #10DDFF is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 221 | 255 | - |
| CMYK | 0.94 | 0.13 | 0 | 0 |
| HSL | 188.54º | 1% | 0.53% | - |
| HSV(B) | 188.54º | 0.94% | 1% | - |
| XYZ | 44.12 | 59.04 | 103.68 | - |
| YUV | 163.58 | 179.58 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 255 | 0.94 | 0.13 | 0 | 0 | 188.54 | 1 | 0.53 |
| Hex | 10 | DD | FF | 5E | D | 0 | 0 | BD | 64 | 35 |
| Octal | 20 | 335 | 377 | 136 | 15 | 0 | 0 | 275 | 144 | 65 |
| Binary | 10000 | 11011101 | 11111111 | 1011110 | 1101 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #10DDFF
Complementary color
Monochromatic Colors of #10DDFF
Black with #10DDFF
Text Example
Text Example
White with #10DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDFF; }
p { color: rgb(16,221,255); }
H1.HeaderClassName
{
color: #10DDFF;
}
.AnyTagClassName
{
color: #10DDFF;
}
</style>
background-color css
<style>
a { background-color: #10DDFF; }
a { background-color: rgb(16,221,255); }
div.DivClassName
{
background-color: #10DDFF;
}
.BgClassName
{
background-color: #10DDFF;
}
</style>
border-color css
<style>
span { border-color: #10DDFF; }
span { border-color: rgb(16,221,255); }
td.TdClassName
{
border-color: #10DDFF;
}
.TagClassName
{
border-color: #10DDFF;
}
</style>