Shades of Deep Sky Blue #10A8EF
Tints of Deep Sky Blue #10A8EF
RGB
CMYK
RGB Variations
Color information
#10A8EF (or 0x10A8EF) is known color: Deep Sky Blue. HEX triplet: 10, A8 and EF. RGB value is (16,168,239). Sum of RGB (Red+Green+Blue) = 16+168+239=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #10A8EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A8EF is #EF5710. Grayscale: #828282. Windows color (decimal): -15685393 or 15706128. OLE color: 15706128.
HSL color Cylindrical-coordinate representation of color #10A8EF: hue angle of 199.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A8EF is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 168 | 239 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.06 |
| HSL | 199.1º | 0.87% | 0.5% | - |
| HSV(B) | 199.1º | 0.93% | 0.94% | - |
| XYZ | 29.8 | 34.35 | 86.72 | - |
| YUV | 130.65 | 189.14 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 239 | 0.93 | 0.30 | 0 | 0.06 | 199.1 | 0.87 | 0.5 |
| Hex | 10 | A8 | EF | 5D | 1E | 0 | 6 | C7 | 57 | 32 |
| Octal | 20 | 250 | 357 | 135 | 36 | 0 | 6 | 307 | 127 | 62 |
| Binary | 10000 | 10101000 | 11101111 | 1011101 | 11110 | 0 | 110 | 11000111 | 1010111 | 110010 |
Color Harmonies of #10A8EF
Complementary color
Monochromatic Colors of #10A8EF
Black with #10A8EF
Text Example
Text Example
White with #10A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8EF; }
p { color: rgb(16,168,239); }
H1.HeaderClassName
{
color: #10A8EF;
}
.AnyTagClassName
{
color: #10A8EF;
}
</style>
background-color css
<style>
a { background-color: #10A8EF; }
a { background-color: rgb(16,168,239); }
div.DivClassName
{
background-color: #10A8EF;
}
.BgClassName
{
background-color: #10A8EF;
}
</style>
border-color css
<style>
span { border-color: #10A8EF; }
span { border-color: rgb(16,168,239); }
td.TdClassName
{
border-color: #10A8EF;
}
.TagClassName
{
border-color: #10A8EF;
}
</style>