Shades of Deep Sky Blue #10AFF5
Tints of Deep Sky Blue #10AFF5
RGB
CMYK
RGB Variations
Color information
#10AFF5 (or 0x10AFF5) is known color: Deep Sky Blue. HEX triplet: 10, AF and F5. RGB value is (16,175,245). Sum of RGB (Red+Green+Blue) = 16+175+245=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #10AFF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFF5 is #EF500A. Grayscale: #878787. Windows color (decimal): -15683595 or 16101136. OLE color: 16101136.
HSL color Cylindrical-coordinate representation of color #10AFF5: hue angle of 198.34º degrees, saturation: 0.92, 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 #10AFF5 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 175 | 245 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.04 |
| HSL | 198.34º | 0.92% | 0.51% | - |
| HSV(B) | 198.34º | 0.93% | 0.96% | - |
| XYZ | 32.03 | 37.36 | 91.91 | - |
| YUV | 135.44 | 189.82 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 245 | 0.93 | 0.29 | 0 | 0.04 | 198.34 | 0.92 | 0.51 |
| Hex | 10 | AF | F5 | 5D | 1D | 0 | 4 | C6 | 5C | 33 |
| Octal | 20 | 257 | 365 | 135 | 35 | 0 | 4 | 306 | 134 | 63 |
| Binary | 10000 | 10101111 | 11110101 | 1011101 | 11101 | 0 | 100 | 11000110 | 1011100 | 110011 |
Color Harmonies of #10AFF5
Complementary color
Monochromatic Colors of #10AFF5
Black with #10AFF5
Text Example
Text Example
White with #10AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFF5; }
p { color: rgb(16,175,245); }
H1.HeaderClassName
{
color: #10AFF5;
}
.AnyTagClassName
{
color: #10AFF5;
}
</style>
background-color css
<style>
a { background-color: #10AFF5; }
a { background-color: rgb(16,175,245); }
div.DivClassName
{
background-color: #10AFF5;
}
.BgClassName
{
background-color: #10AFF5;
}
</style>
border-color css
<style>
span { border-color: #10AFF5; }
span { border-color: rgb(16,175,245); }
td.TdClassName
{
border-color: #10AFF5;
}
.TagClassName
{
border-color: #10AFF5;
}
</style>