Shades of Deep Sky Blue #10CEFE
Tints of Deep Sky Blue #10CEFE
RGB
CMYK
RGB Variations
Color information
#10CEFE (or 0x10CEFE) is known color: Deep Sky Blue. HEX triplet: 10, CE and FE. RGB value is (16,206,254). Sum of RGB (Red+Green+Blue) = 16+206+254=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #10CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEFE is #EF3101. Grayscale: #9A9A9A. Windows color (decimal): -15675650 or 16698896. OLE color: 16698896.
HSL color Cylindrical-coordinate representation of color #10CEFE: hue angle of 192.1º 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 #10CEFE is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 206 | 254 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.00 |
| HSL | 192.1º | 0.99% | 0.53% | - |
| HSV(B) | 192.1º | 0.94% | 1% | - |
| XYZ | 40.17 | 51.41 | 101.57 | - |
| YUV | 154.66 | 184.05 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 254 | 0.94 | 0.19 | 0 | 0.00 | 192.1 | 0.99 | 0.53 |
| Hex | 10 | CE | FE | 5E | 13 | 0 | 0 | C0 | 63 | 35 |
| Octal | 20 | 316 | 376 | 136 | 23 | 0 | 0 | 300 | 143 | 65 |
| Binary | 10000 | 11001110 | 11111110 | 1011110 | 10011 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #10CEFE
Complementary color
Monochromatic Colors of #10CEFE
Black with #10CEFE
Text Example
Text Example
White with #10CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEFE; }
p { color: rgb(16,206,254); }
H1.HeaderClassName
{
color: #10CEFE;
}
.AnyTagClassName
{
color: #10CEFE;
}
</style>
background-color css
<style>
a { background-color: #10CEFE; }
a { background-color: rgb(16,206,254); }
div.DivClassName
{
background-color: #10CEFE;
}
.BgClassName
{
background-color: #10CEFE;
}
</style>
border-color css
<style>
span { border-color: #10CEFE; }
span { border-color: rgb(16,206,254); }
td.TdClassName
{
border-color: #10CEFE;
}
.TagClassName
{
border-color: #10CEFE;
}
</style>