Shades of Deep Sky Blue #10D1FE
Tints of Deep Sky Blue #10D1FE
RGB
CMYK
RGB Variations
Color information
#10D1FE (or 0x10D1FE) is known color: Deep Sky Blue. HEX triplet: 10, D1 and FE. RGB value is (16,209,254). Sum of RGB (Red+Green+Blue) = 16+209+254=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #10D1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D1FE is #EF2E01. Grayscale: #9C9C9C. Windows color (decimal): -15674882 or 16699664. OLE color: 16699664.
HSL color Cylindrical-coordinate representation of color #10D1FE: hue angle of 191.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D1FE is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 209 | 254 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.00 |
| HSL | 191.34º | 0.99% | 0.53% | - |
| HSV(B) | 191.34º | 0.94% | 1% | - |
| XYZ | 40.9 | 52.87 | 101.81 | - |
| YUV | 156.42 | 183.06 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 254 | 0.94 | 0.18 | 0 | 0.00 | 191.34 | 0.99 | 0.53 |
| Hex | 10 | D1 | FE | 5E | 12 | 0 | 0 | BF | 63 | 35 |
| Octal | 20 | 321 | 376 | 136 | 22 | 0 | 0 | 277 | 143 | 65 |
| Binary | 10000 | 11010001 | 11111110 | 1011110 | 10010 | 0 | 0 | 10111111 | 1100011 | 110101 |
Color Harmonies of #10D1FE
Complementary color
Monochromatic Colors of #10D1FE
Black with #10D1FE
Text Example
Text Example
White with #10D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1FE; }
p { color: rgb(16,209,254); }
H1.HeaderClassName
{
color: #10D1FE;
}
.AnyTagClassName
{
color: #10D1FE;
}
</style>
background-color css
<style>
a { background-color: #10D1FE; }
a { background-color: rgb(16,209,254); }
div.DivClassName
{
background-color: #10D1FE;
}
.BgClassName
{
background-color: #10D1FE;
}
</style>
border-color css
<style>
span { border-color: #10D1FE; }
span { border-color: rgb(16,209,254); }
td.TdClassName
{
border-color: #10D1FE;
}
.TagClassName
{
border-color: #10D1FE;
}
</style>