Shades of Deep Sky Blue #10DDFE
Tints of Deep Sky Blue #10DDFE
RGB
CMYK
RGB Variations
Color information
#10DDFE (or 0x10DDFE) is known color: Deep Sky Blue. HEX triplet: 10, DD and FE. RGB value is (16,221,254). Sum of RGB (Red+Green+Blue) = 16+221+254=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #10DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDFE is #EF2201. Grayscale: #A3A3A3. Windows color (decimal): -15671810 or 16702736. OLE color: 16702736.
HSL color Cylindrical-coordinate representation of color #10DDFE: hue angle of 188.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DDFE is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 221 | 254 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.00 |
| HSL | 188.32º | 0.99% | 0.53% | - |
| HSV(B) | 188.32º | 0.94% | 1% | - |
| XYZ | 43.96 | 58.98 | 102.83 | - |
| YUV | 163.47 | 179.08 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 254 | 0.94 | 0.13 | 0 | 0.00 | 188.32 | 0.99 | 0.53 |
| Hex | 10 | DD | FE | 5E | D | 0 | 0 | BC | 63 | 35 |
| Octal | 20 | 335 | 376 | 136 | 15 | 0 | 0 | 274 | 143 | 65 |
| Binary | 10000 | 11011101 | 11111110 | 1011110 | 1101 | 0 | 0 | 10111100 | 1100011 | 110101 |
Color Harmonies of #10DDFE
Complementary color
Monochromatic Colors of #10DDFE
Black with #10DDFE
Text Example
Text Example
White with #10DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDFE; }
p { color: rgb(16,221,254); }
H1.HeaderClassName
{
color: #10DDFE;
}
.AnyTagClassName
{
color: #10DDFE;
}
</style>
background-color css
<style>
a { background-color: #10DDFE; }
a { background-color: rgb(16,221,254); }
div.DivClassName
{
background-color: #10DDFE;
}
.BgClassName
{
background-color: #10DDFE;
}
</style>
border-color css
<style>
span { border-color: #10DDFE; }
span { border-color: rgb(16,221,254); }
td.TdClassName
{
border-color: #10DDFE;
}
.TagClassName
{
border-color: #10DDFE;
}
</style>