Shades of Deep Sky Blue #10CEFA
Tints of Deep Sky Blue #10CEFA
RGB
CMYK
RGB Variations
Color information
#10CEFA (or 0x10CEFA) is known color: Deep Sky Blue. HEX triplet: 10, CE and FA. RGB value is (16,206,250). Sum of RGB (Red+Green+Blue) = 16+206+250=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #10CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEFA is #EF3105. Grayscale: #999999. Windows color (decimal): -15675654 or 16436752. OLE color: 16436752.
HSL color Cylindrical-coordinate representation of color #10CEFA: hue angle of 191.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CEFA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 206 | 250 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.02 |
| HSL | 191.28º | 0.96% | 0.52% | - |
| HSV(B) | 191.28º | 0.94% | 0.98% | - |
| XYZ | 39.54 | 51.15 | 98.23 | - |
| YUV | 154.21 | 182.05 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 250 | 0.94 | 0.18 | 0 | 0.02 | 191.28 | 0.96 | 0.52 |
| Hex | 10 | CE | FA | 5E | 12 | 0 | 2 | BF | 60 | 34 |
| Octal | 20 | 316 | 372 | 136 | 22 | 0 | 2 | 277 | 140 | 64 |
| Binary | 10000 | 11001110 | 11111010 | 1011110 | 10010 | 0 | 10 | 10111111 | 1100000 | 110100 |
Color Harmonies of #10CEFA
Complementary color
Monochromatic Colors of #10CEFA
Black with #10CEFA
Text Example
Text Example
White with #10CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEFA; }
p { color: rgb(16,206,250); }
H1.HeaderClassName
{
color: #10CEFA;
}
.AnyTagClassName
{
color: #10CEFA;
}
</style>
background-color css
<style>
a { background-color: #10CEFA; }
a { background-color: rgb(16,206,250); }
div.DivClassName
{
background-color: #10CEFA;
}
.BgClassName
{
background-color: #10CEFA;
}
</style>
border-color css
<style>
span { border-color: #10CEFA; }
span { border-color: rgb(16,206,250); }
td.TdClassName
{
border-color: #10CEFA;
}
.TagClassName
{
border-color: #10CEFA;
}
</style>