Shades of Deep Sky Blue #10D9FE
Tints of Deep Sky Blue #10D9FE
RGB
CMYK
RGB Variations
Color information
#10D9FE (or 0x10D9FE) is known color: Deep Sky Blue. HEX triplet: 10, D9 and FE. RGB value is (16,217,254). Sum of RGB (Red+Green+Blue) = 16+217+254=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #10D9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D9FE is #EF2601. Grayscale: #A0A0A0. Windows color (decimal): -15672834 or 16701712. OLE color: 16701712.
HSL color Cylindrical-coordinate representation of color #10D9FE: hue angle of 189.33º 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 #10D9FE is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 217 | 254 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.00 |
| HSL | 189.33º | 0.99% | 0.53% | - |
| HSV(B) | 189.33º | 0.94% | 1% | - |
| XYZ | 42.92 | 56.89 | 102.49 | - |
| YUV | 161.12 | 180.41 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 254 | 0.94 | 0.15 | 0 | 0.00 | 189.33 | 0.99 | 0.53 |
| Hex | 10 | D9 | FE | 5E | F | 0 | 0 | BD | 63 | 35 |
| Octal | 20 | 331 | 376 | 136 | 17 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10000 | 11011001 | 11111110 | 1011110 | 1111 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #10D9FE
Complementary color
Monochromatic Colors of #10D9FE
Black with #10D9FE
Text Example
Text Example
White with #10D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9FE; }
p { color: rgb(16,217,254); }
H1.HeaderClassName
{
color: #10D9FE;
}
.AnyTagClassName
{
color: #10D9FE;
}
</style>
background-color css
<style>
a { background-color: #10D9FE; }
a { background-color: rgb(16,217,254); }
div.DivClassName
{
background-color: #10D9FE;
}
.BgClassName
{
background-color: #10D9FE;
}
</style>
border-color css
<style>
span { border-color: #10D9FE; }
span { border-color: rgb(16,217,254); }
td.TdClassName
{
border-color: #10D9FE;
}
.TagClassName
{
border-color: #10D9FE;
}
</style>