Shades of Deep Sky Blue #10AFF6
Tints of Deep Sky Blue #10AFF6
RGB
CMYK
RGB Variations
Color information
#10AFF6 (or 0x10AFF6) is known color: Deep Sky Blue. HEX triplet: 10, AF and F6. RGB value is (16,175,246). Sum of RGB (Red+Green+Blue) = 16+175+246=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #10AFF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFF6 is #EF5009. Grayscale: #878787. Windows color (decimal): -15683594 or 16166672. OLE color: 16166672.
HSL color Cylindrical-coordinate representation of color #10AFF6: hue angle of 198.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AFF6 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 175 | 246 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.04 |
| HSL | 198.52º | 0.93% | 0.51% | - |
| HSV(B) | 198.52º | 0.93% | 0.96% | - |
| XYZ | 32.18 | 37.42 | 92.72 | - |
| YUV | 135.55 | 190.32 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 246 | 0.93 | 0.29 | 0 | 0.04 | 198.52 | 0.93 | 0.51 |
| Hex | 10 | AF | F6 | 5D | 1D | 0 | 4 | C7 | 5D | 33 |
| Octal | 20 | 257 | 366 | 135 | 35 | 0 | 4 | 307 | 135 | 63 |
| Binary | 10000 | 10101111 | 11110110 | 1011101 | 11101 | 0 | 100 | 11000111 | 1011101 | 110011 |
Color Harmonies of #10AFF6
Complementary color
Monochromatic Colors of #10AFF6
Black with #10AFF6
Text Example
Text Example
White with #10AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFF6; }
p { color: rgb(16,175,246); }
H1.HeaderClassName
{
color: #10AFF6;
}
.AnyTagClassName
{
color: #10AFF6;
}
</style>
background-color css
<style>
a { background-color: #10AFF6; }
a { background-color: rgb(16,175,246); }
div.DivClassName
{
background-color: #10AFF6;
}
.BgClassName
{
background-color: #10AFF6;
}
</style>
border-color css
<style>
span { border-color: #10AFF6; }
span { border-color: rgb(16,175,246); }
td.TdClassName
{
border-color: #10AFF6;
}
.TagClassName
{
border-color: #10AFF6;
}
</style>