Shades of Deep Sky Blue #10D0FD
Tints of Deep Sky Blue #10D0FD
RGB
CMYK
RGB Variations
Color information
#10D0FD (or 0x10D0FD) is known color: Deep Sky Blue. HEX triplet: 10, D0 and FD. RGB value is (16,208,253). Sum of RGB (Red+Green+Blue) = 16+208+253=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #10D0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D0FD is #EF2F02. Grayscale: #9B9B9B. Windows color (decimal): -15675139 or 16633872. OLE color: 16633872.
HSL color Cylindrical-coordinate representation of color #10D0FD: hue angle of 191.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D0FD is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 208 | 253 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.39º | 0.98% | 0.53% | - |
| HSV(B) | 191.39º | 0.94% | 0.99% | - |
| XYZ | 40.5 | 52.31 | 100.89 | - |
| YUV | 155.72 | 182.89 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 253 | 0.94 | 0.18 | 0 | 0.01 | 191.39 | 0.98 | 0.53 |
| Hex | 10 | D0 | FD | 5E | 12 | 0 | 1 | BF | 62 | 35 |
| Octal | 20 | 320 | 375 | 136 | 22 | 0 | 1 | 277 | 142 | 65 |
| Binary | 10000 | 11010000 | 11111101 | 1011110 | 10010 | 0 | 1 | 10111111 | 1100010 | 110101 |
Color Harmonies of #10D0FD
Complementary color
Monochromatic Colors of #10D0FD
Black with #10D0FD
Text Example
Text Example
White with #10D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0FD; }
p { color: rgb(16,208,253); }
H1.HeaderClassName
{
color: #10D0FD;
}
.AnyTagClassName
{
color: #10D0FD;
}
</style>
background-color css
<style>
a { background-color: #10D0FD; }
a { background-color: rgb(16,208,253); }
div.DivClassName
{
background-color: #10D0FD;
}
.BgClassName
{
background-color: #10D0FD;
}
</style>
border-color css
<style>
span { border-color: #10D0FD; }
span { border-color: rgb(16,208,253); }
td.TdClassName
{
border-color: #10D0FD;
}
.TagClassName
{
border-color: #10D0FD;
}
</style>