Shades of Deep Sky Blue #10CDFE
Tints of Deep Sky Blue #10CDFE
RGB
CMYK
RGB Variations
Color information
#10CDFE (or 0x10CDFE) is known color: Deep Sky Blue. HEX triplet: 10, CD and FE. RGB value is (16,205,254). Sum of RGB (Red+Green+Blue) = 16+205+254=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #10CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CDFE is #EF3201. Grayscale: #999999. Windows color (decimal): -15675906 or 16698640. OLE color: 16698640.
HSL color Cylindrical-coordinate representation of color #10CDFE: hue angle of 192.35º 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 #10CDFE is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 205 | 254 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.00 |
| HSL | 192.35º | 0.99% | 0.53% | - |
| HSV(B) | 192.35º | 0.94% | 1% | - |
| XYZ | 39.93 | 50.93 | 101.49 | - |
| YUV | 154.08 | 184.38 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 254 | 0.94 | 0.19 | 0 | 0.00 | 192.35 | 0.99 | 0.53 |
| Hex | 10 | CD | FE | 5E | 13 | 0 | 0 | C0 | 63 | 35 |
| Octal | 20 | 315 | 376 | 136 | 23 | 0 | 0 | 300 | 143 | 65 |
| Binary | 10000 | 11001101 | 11111110 | 1011110 | 10011 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #10CDFE
Complementary color
Monochromatic Colors of #10CDFE
Black with #10CDFE
Text Example
Text Example
White with #10CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDFE; }
p { color: rgb(16,205,254); }
H1.HeaderClassName
{
color: #10CDFE;
}
.AnyTagClassName
{
color: #10CDFE;
}
</style>
background-color css
<style>
a { background-color: #10CDFE; }
a { background-color: rgb(16,205,254); }
div.DivClassName
{
background-color: #10CDFE;
}
.BgClassName
{
background-color: #10CDFE;
}
</style>
border-color css
<style>
span { border-color: #10CDFE; }
span { border-color: rgb(16,205,254); }
td.TdClassName
{
border-color: #10CDFE;
}
.TagClassName
{
border-color: #10CDFE;
}
</style>