Shades of Deep Sky Blue #10D6FA
Tints of Deep Sky Blue #10D6FA
RGB
CMYK
RGB Variations
Color information
#10D6FA (or 0x10D6FA) is known color: Deep Sky Blue. HEX triplet: 10, D6 and FA. RGB value is (16,214,250). Sum of RGB (Red+Green+Blue) = 16+214+250=480 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #10D6FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D6FA is #EF2905. Grayscale: #9E9E9E. Windows color (decimal): -15673606 or 16438800. OLE color: 16438800.
HSL color Cylindrical-coordinate representation of color #10D6FA: hue angle of 189.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D6FA is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 214 | 250 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.02 |
| HSL | 189.23º | 0.96% | 0.52% | - |
| HSV(B) | 189.23º | 0.94% | 0.98% | - |
| XYZ | 41.52 | 55.11 | 98.89 | - |
| YUV | 158.9 | 179.4 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 250 | 0.94 | 0.14 | 0 | 0.02 | 189.23 | 0.96 | 0.52 |
| Hex | 10 | D6 | FA | 5E | E | 0 | 2 | BD | 60 | 34 |
| Octal | 20 | 326 | 372 | 136 | 16 | 0 | 2 | 275 | 140 | 64 |
| Binary | 10000 | 11010110 | 11111010 | 1011110 | 1110 | 0 | 10 | 10111101 | 1100000 | 110100 |
Color Harmonies of #10D6FA
Complementary color
Monochromatic Colors of #10D6FA
Black with #10D6FA
Text Example
Text Example
White with #10D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6FA; }
p { color: rgb(16,214,250); }
H1.HeaderClassName
{
color: #10D6FA;
}
.AnyTagClassName
{
color: #10D6FA;
}
</style>
background-color css
<style>
a { background-color: #10D6FA; }
a { background-color: rgb(16,214,250); }
div.DivClassName
{
background-color: #10D6FA;
}
.BgClassName
{
background-color: #10D6FA;
}
</style>
border-color css
<style>
span { border-color: #10D6FA; }
span { border-color: rgb(16,214,250); }
td.TdClassName
{
border-color: #10D6FA;
}
.TagClassName
{
border-color: #10D6FA;
}
</style>