Shades of Deep Sky Blue #10CFFE
Tints of Deep Sky Blue #10CFFE
RGB
CMYK
RGB Variations
Color information
#10CFFE (or 0x10CFFE) is known color: Deep Sky Blue. HEX triplet: 10, CF and FE. RGB value is (16,207,254). Sum of RGB (Red+Green+Blue) = 16+207+254=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #10CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFFE is #EF3001. Grayscale: #9A9A9A. Windows color (decimal): -15675394 or 16699152. OLE color: 16699152.
HSL color Cylindrical-coordinate representation of color #10CFFE: hue angle of 191.85º 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 #10CFFE is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 207 | 254 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.00 |
| HSL | 191.85º | 0.99% | 0.53% | - |
| HSV(B) | 191.85º | 0.94% | 1% | - |
| XYZ | 40.42 | 51.89 | 101.65 | - |
| YUV | 155.25 | 183.72 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 254 | 0.94 | 0.19 | 0 | 0.00 | 191.85 | 0.99 | 0.53 |
| Hex | 10 | CF | FE | 5E | 13 | 0 | 0 | C0 | 63 | 35 |
| Octal | 20 | 317 | 376 | 136 | 23 | 0 | 0 | 300 | 143 | 65 |
| Binary | 10000 | 11001111 | 11111110 | 1011110 | 10011 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #10CFFE
Complementary color
Monochromatic Colors of #10CFFE
Black with #10CFFE
Text Example
Text Example
White with #10CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFFE; }
p { color: rgb(16,207,254); }
H1.HeaderClassName
{
color: #10CFFE;
}
.AnyTagClassName
{
color: #10CFFE;
}
</style>
background-color css
<style>
a { background-color: #10CFFE; }
a { background-color: rgb(16,207,254); }
div.DivClassName
{
background-color: #10CFFE;
}
.BgClassName
{
background-color: #10CFFE;
}
</style>
border-color css
<style>
span { border-color: #10CFFE; }
span { border-color: rgb(16,207,254); }
td.TdClassName
{
border-color: #10CFFE;
}
.TagClassName
{
border-color: #10CFFE;
}
</style>