Shades of Deep Sky Blue #10DCFE
Tints of Deep Sky Blue #10DCFE
RGB
CMYK
RGB Variations
Color information
#10DCFE (or 0x10DCFE) is known color: Deep Sky Blue. HEX triplet: 10, DC and FE. RGB value is (16,220,254). Sum of RGB (Red+Green+Blue) = 16+220+254=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #10DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCFE is #EF2301. Grayscale: #A2A2A2. Windows color (decimal): -15672066 or 16702480. OLE color: 16702480.
HSL color Cylindrical-coordinate representation of color #10DCFE: hue angle of 188.57º 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 #10DCFE is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 220 | 254 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.00 |
| HSL | 188.57º | 0.99% | 0.53% | - |
| HSV(B) | 188.57º | 0.94% | 1% | - |
| XYZ | 43.7 | 58.45 | 102.75 | - |
| YUV | 162.88 | 179.41 | 23.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 254 | 0.94 | 0.13 | 0 | 0.00 | 188.57 | 0.99 | 0.53 |
| Hex | 10 | DC | FE | 5E | D | 0 | 0 | BD | 63 | 35 |
| Octal | 20 | 334 | 376 | 136 | 15 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10000 | 11011100 | 11111110 | 1011110 | 1101 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #10DCFE
Complementary color
Monochromatic Colors of #10DCFE
Black with #10DCFE
Text Example
Text Example
White with #10DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCFE; }
p { color: rgb(16,220,254); }
H1.HeaderClassName
{
color: #10DCFE;
}
.AnyTagClassName
{
color: #10DCFE;
}
</style>
background-color css
<style>
a { background-color: #10DCFE; }
a { background-color: rgb(16,220,254); }
div.DivClassName
{
background-color: #10DCFE;
}
.BgClassName
{
background-color: #10DCFE;
}
</style>
border-color css
<style>
span { border-color: #10DCFE; }
span { border-color: rgb(16,220,254); }
td.TdClassName
{
border-color: #10DCFE;
}
.TagClassName
{
border-color: #10DCFE;
}
</style>