Shades of Deep Sky Blue #10D5FA
Tints of Deep Sky Blue #10D5FA
RGB
CMYK
RGB Variations
Color information
#10D5FA (or 0x10D5FA) is known color: Deep Sky Blue. HEX triplet: 10, D5 and FA. RGB value is (16,213,250). Sum of RGB (Red+Green+Blue) = 16+213+250=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #10D5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D5FA is #EF2A05. Grayscale: #9D9D9D. Windows color (decimal): -15673862 or 16438544. OLE color: 16438544.
HSL color Cylindrical-coordinate representation of color #10D5FA: hue angle of 189.49º 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 #10D5FA is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 213 | 250 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.02 |
| HSL | 189.49º | 0.96% | 0.52% | - |
| HSV(B) | 189.49º | 0.94% | 0.98% | - |
| XYZ | 41.26 | 54.6 | 98.81 | - |
| YUV | 158.32 | 179.73 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 250 | 0.94 | 0.15 | 0 | 0.02 | 189.49 | 0.96 | 0.52 |
| Hex | 10 | D5 | FA | 5E | F | 0 | 2 | BD | 60 | 34 |
| Octal | 20 | 325 | 372 | 136 | 17 | 0 | 2 | 275 | 140 | 64 |
| Binary | 10000 | 11010101 | 11111010 | 1011110 | 1111 | 0 | 10 | 10111101 | 1100000 | 110100 |
Color Harmonies of #10D5FA
Complementary color
Monochromatic Colors of #10D5FA
Black with #10D5FA
Text Example
Text Example
White with #10D5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5FA; }
p { color: rgb(16,213,250); }
H1.HeaderClassName
{
color: #10D5FA;
}
.AnyTagClassName
{
color: #10D5FA;
}
</style>
background-color css
<style>
a { background-color: #10D5FA; }
a { background-color: rgb(16,213,250); }
div.DivClassName
{
background-color: #10D5FA;
}
.BgClassName
{
background-color: #10D5FA;
}
</style>
border-color css
<style>
span { border-color: #10D5FA; }
span { border-color: rgb(16,213,250); }
td.TdClassName
{
border-color: #10D5FA;
}
.TagClassName
{
border-color: #10D5FA;
}
</style>