Shades of Deep Sky Blue #10CFEB
Tints of Deep Sky Blue #10CFEB
RGB
CMYK
RGB Variations
Color information
#10CFEB (or 0x10CFEB) is known color: Deep Sky Blue. HEX triplet: 10, CF and EB. RGB value is (16,207,235). Sum of RGB (Red+Green+Blue) = 16+207+235=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #10CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFEB is #EF3014. Grayscale: #989898. Windows color (decimal): -15675413 or 15453968. OLE color: 15453968.
HSL color Cylindrical-coordinate representation of color #10CFEB: hue angle of 187.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CFEB is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 207 | 235 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.08 |
| HSL | 187.67º | 0.87% | 0.49% | - |
| HSV(B) | 187.67º | 0.93% | 0.92% | - |
| XYZ | 37.52 | 50.73 | 86.41 | - |
| YUV | 153.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 235 | 0.93 | 0.12 | 0 | 0.08 | 187.67 | 0.87 | 0.49 |
| Hex | 10 | CF | EB | 5D | C | 0 | 8 | BC | 57 | 31 |
| Octal | 20 | 317 | 353 | 135 | 14 | 0 | 10 | 274 | 127 | 61 |
| Binary | 10000 | 11001111 | 11101011 | 1011101 | 1100 | 0 | 1000 | 10111100 | 1010111 | 110001 |
Color Harmonies of #10CFEB
Complementary color
Monochromatic Colors of #10CFEB
Black with #10CFEB
Text Example
Text Example
White with #10CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFEB; }
p { color: rgb(16,207,235); }
H1.HeaderClassName
{
color: #10CFEB;
}
.AnyTagClassName
{
color: #10CFEB;
}
</style>
background-color css
<style>
a { background-color: #10CFEB; }
a { background-color: rgb(16,207,235); }
div.DivClassName
{
background-color: #10CFEB;
}
.BgClassName
{
background-color: #10CFEB;
}
</style>
border-color css
<style>
span { border-color: #10CFEB; }
span { border-color: rgb(16,207,235); }
td.TdClassName
{
border-color: #10CFEB;
}
.TagClassName
{
border-color: #10CFEB;
}
</style>