Shades of Deep Sky Blue #10D4F6
Tints of Deep Sky Blue #10D4F6
RGB
CMYK
RGB Variations
Color information
#10D4F6 (or 0x10D4F6) is known color: Deep Sky Blue. HEX triplet: 10, D4 and F6. RGB value is (16,212,246). Sum of RGB (Red+Green+Blue) = 16+212+246=474 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #10D4F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D4F6 is #EF2B09. Grayscale: #9C9C9C. Windows color (decimal): -15674122 or 16176144. OLE color: 16176144.
HSL color Cylindrical-coordinate representation of color #10D4F6: hue angle of 188.87º 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 #10D4F6 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 212 | 246 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.04 |
| HSL | 188.87º | 0.93% | 0.51% | - |
| HSV(B) | 188.87º | 0.93% | 0.96% | - |
| XYZ | 40.39 | 53.85 | 95.45 | - |
| YUV | 157.27 | 178.07 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 246 | 0.93 | 0.14 | 0 | 0.04 | 188.87 | 0.93 | 0.51 |
| Hex | 10 | D4 | F6 | 5D | E | 0 | 4 | BD | 5D | 33 |
| Octal | 20 | 324 | 366 | 135 | 16 | 0 | 4 | 275 | 135 | 63 |
| Binary | 10000 | 11010100 | 11110110 | 1011101 | 1110 | 0 | 100 | 10111101 | 1011101 | 110011 |
Color Harmonies of #10D4F6
Complementary color
Monochromatic Colors of #10D4F6
Black with #10D4F6
Text Example
Text Example
White with #10D4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4F6; }
p { color: rgb(16,212,246); }
H1.HeaderClassName
{
color: #10D4F6;
}
.AnyTagClassName
{
color: #10D4F6;
}
</style>
background-color css
<style>
a { background-color: #10D4F6; }
a { background-color: rgb(16,212,246); }
div.DivClassName
{
background-color: #10D4F6;
}
.BgClassName
{
background-color: #10D4F6;
}
</style>
border-color css
<style>
span { border-color: #10D4F6; }
span { border-color: rgb(16,212,246); }
td.TdClassName
{
border-color: #10D4F6;
}
.TagClassName
{
border-color: #10D4F6;
}
</style>