Shades of Deep Sky Blue #10D1FF
Tints of Deep Sky Blue #10D1FF
RGB
CMYK
RGB Variations
Color information
#10D1FF (or 0x10D1FF) is known color: Deep Sky Blue. HEX triplet: 10, D1 and FF. RGB value is (16,209,255). Sum of RGB (Red+Green+Blue) = 16+209+255=480 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #10D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D1FF is #EF2E00. Grayscale: #9C9C9C. Windows color (decimal): -15674881 or 16765200. OLE color: 16765200.
HSL color Cylindrical-coordinate representation of color #10D1FF: hue angle of 191.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D1FF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 209 | 255 | - |
| CMYK | 0.94 | 0.18 | 0 | 0 |
| HSL | 191.55º | 1% | 0.53% | - |
| HSV(B) | 191.55º | 0.94% | 1% | - |
| XYZ | 41.06 | 52.93 | 102.66 | - |
| YUV | 156.54 | 183.56 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 255 | 0.94 | 0.18 | 0 | 0 | 191.55 | 1 | 0.53 |
| Hex | 10 | D1 | FF | 5E | 12 | 0 | 0 | C0 | 64 | 35 |
| Octal | 20 | 321 | 377 | 136 | 22 | 0 | 0 | 300 | 144 | 65 |
| Binary | 10000 | 11010001 | 11111111 | 1011110 | 10010 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #10D1FF
Complementary color
Monochromatic Colors of #10D1FF
Black with #10D1FF
Text Example
Text Example
White with #10D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1FF; }
p { color: rgb(16,209,255); }
H1.HeaderClassName
{
color: #10D1FF;
}
.AnyTagClassName
{
color: #10D1FF;
}
</style>
background-color css
<style>
a { background-color: #10D1FF; }
a { background-color: rgb(16,209,255); }
div.DivClassName
{
background-color: #10D1FF;
}
.BgClassName
{
background-color: #10D1FF;
}
</style>
border-color css
<style>
span { border-color: #10D1FF; }
span { border-color: rgb(16,209,255); }
td.TdClassName
{
border-color: #10D1FF;
}
.TagClassName
{
border-color: #10D1FF;
}
</style>