Shades of Deep Sky Blue #10ADF5
Tints of Deep Sky Blue #10ADF5
RGB
CMYK
RGB Variations
Color information
#10ADF5 (or 0x10ADF5) is known color: Deep Sky Blue. HEX triplet: 10, AD and F5. RGB value is (16,173,245). Sum of RGB (Red+Green+Blue) = 16+173+245=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #10ADF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADF5 is #EF520A. Grayscale: #858585. Windows color (decimal): -15684107 or 16100624. OLE color: 16100624.
HSL color Cylindrical-coordinate representation of color #10ADF5: hue angle of 198.86º 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 #10ADF5 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 173 | 245 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.04 |
| HSL | 198.86º | 0.92% | 0.51% | - |
| HSV(B) | 198.86º | 0.93% | 0.96% | - |
| XYZ | 31.64 | 36.59 | 91.78 | - |
| YUV | 134.27 | 190.49 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 245 | 0.93 | 0.29 | 0 | 0.04 | 198.86 | 0.92 | 0.51 |
| Hex | 10 | AD | F5 | 5D | 1D | 0 | 4 | C7 | 5C | 33 |
| Octal | 20 | 255 | 365 | 135 | 35 | 0 | 4 | 307 | 134 | 63 |
| Binary | 10000 | 10101101 | 11110101 | 1011101 | 11101 | 0 | 100 | 11000111 | 1011100 | 110011 |
Color Harmonies of #10ADF5
Complementary color
Monochromatic Colors of #10ADF5
Black with #10ADF5
Text Example
Text Example
White with #10ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADF5; }
p { color: rgb(16,173,245); }
H1.HeaderClassName
{
color: #10ADF5;
}
.AnyTagClassName
{
color: #10ADF5;
}
</style>
background-color css
<style>
a { background-color: #10ADF5; }
a { background-color: rgb(16,173,245); }
div.DivClassName
{
background-color: #10ADF5;
}
.BgClassName
{
background-color: #10ADF5;
}
</style>
border-color css
<style>
span { border-color: #10ADF5; }
span { border-color: rgb(16,173,245); }
td.TdClassName
{
border-color: #10ADF5;
}
.TagClassName
{
border-color: #10ADF5;
}
</style>