Shades of Deep Sky Blue #10AFEC
Tints of Deep Sky Blue #10AFEC
RGB
CMYK
RGB Variations
Color information
#10AFEC (or 0x10AFEC) is known color: Deep Sky Blue. HEX triplet: 10, AF and EC. RGB value is (16,175,236). Sum of RGB (Red+Green+Blue) = 16+175+236=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #10AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFEC is #EF5013. Grayscale: #868686. Windows color (decimal): -15683604 or 15511312. OLE color: 15511312.
HSL color Cylindrical-coordinate representation of color #10AFEC: hue angle of 196.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AFEC is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 175 | 236 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.07 |
| HSL | 196.64º | 0.87% | 0.49% | - |
| HSV(B) | 196.64º | 0.93% | 0.93% | - |
| XYZ | 30.68 | 36.83 | 84.85 | - |
| YUV | 134.41 | 185.32 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 236 | 0.93 | 0.26 | 0 | 0.07 | 196.64 | 0.87 | 0.49 |
| Hex | 10 | AF | EC | 5D | 1A | 0 | 7 | C5 | 57 | 31 |
| Octal | 20 | 257 | 354 | 135 | 32 | 0 | 7 | 305 | 127 | 61 |
| Binary | 10000 | 10101111 | 11101100 | 1011101 | 11010 | 0 | 111 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10AFEC
Complementary color
Monochromatic Colors of #10AFEC
Black with #10AFEC
Text Example
Text Example
White with #10AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFEC; }
p { color: rgb(16,175,236); }
H1.HeaderClassName
{
color: #10AFEC;
}
.AnyTagClassName
{
color: #10AFEC;
}
</style>
background-color css
<style>
a { background-color: #10AFEC; }
a { background-color: rgb(16,175,236); }
div.DivClassName
{
background-color: #10AFEC;
}
.BgClassName
{
background-color: #10AFEC;
}
</style>
border-color css
<style>
span { border-color: #10AFEC; }
span { border-color: rgb(16,175,236); }
td.TdClassName
{
border-color: #10AFEC;
}
.TagClassName
{
border-color: #10AFEC;
}
</style>