Shades of Deep Sky Blue #10DFFF
Tints of Deep Sky Blue #10DFFF
RGB
CMYK
RGB Variations
Color information
#10DFFF (or 0x10DFFF) is known color: Deep Sky Blue. HEX triplet: 10, DF and FF. RGB value is (16,223,255). Sum of RGB (Red+Green+Blue) = 16+223+255=494 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.24% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #10DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFFF is #EF2000. Grayscale: #A4A4A4. Windows color (decimal): -15671297 or 16768784. OLE color: 16768784.
HSL color Cylindrical-coordinate representation of color #10DFFF: hue angle of 188.03º 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 #10DFFF is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 223 | 255 | - |
| CMYK | 0.94 | 0.13 | 0 | 0 |
| HSL | 188.03º | 1% | 0.53% | - |
| HSV(B) | 188.03º | 0.94% | 1% | - |
| XYZ | 44.65 | 60.11 | 103.86 | - |
| YUV | 164.76 | 178.92 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 255 | 0.94 | 0.13 | 0 | 0 | 188.03 | 1 | 0.53 |
| Hex | 10 | DF | FF | 5E | D | 0 | 0 | BC | 64 | 35 |
| Octal | 20 | 337 | 377 | 136 | 15 | 0 | 0 | 274 | 144 | 65 |
| Binary | 10000 | 11011111 | 11111111 | 1011110 | 1101 | 0 | 0 | 10111100 | 1100100 | 110101 |
Color Harmonies of #10DFFF
Complementary color
Monochromatic Colors of #10DFFF
Black with #10DFFF
Text Example
Text Example
White with #10DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFFF; }
p { color: rgb(16,223,255); }
H1.HeaderClassName
{
color: #10DFFF;
}
.AnyTagClassName
{
color: #10DFFF;
}
</style>
background-color css
<style>
a { background-color: #10DFFF; }
a { background-color: rgb(16,223,255); }
div.DivClassName
{
background-color: #10DFFF;
}
.BgClassName
{
background-color: #10DFFF;
}
</style>
border-color css
<style>
span { border-color: #10DFFF; }
span { border-color: rgb(16,223,255); }
td.TdClassName
{
border-color: #10DFFF;
}
.TagClassName
{
border-color: #10DFFF;
}
</style>