Shades of Deep Sky Blue #10DBFF
Tints of Deep Sky Blue #10DBFF
RGB
CMYK
RGB Variations
Color information
#10DBFF (or 0x10DBFF) is known color: Deep Sky Blue. HEX triplet: 10, DB and FF. RGB value is (16,219,255). Sum of RGB (Red+Green+Blue) = 16+219+255=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #10DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBFF is #EF2400. Grayscale: #A2A2A2. Windows color (decimal): -15672321 or 16767760. OLE color: 16767760.
HSL color Cylindrical-coordinate representation of color #10DBFF: hue angle of 189.04º 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 #10DBFF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 219 | 255 | - |
| CMYK | 0.94 | 0.14 | 0 | 0 |
| HSL | 189.04º | 1% | 0.53% | - |
| HSV(B) | 189.04º | 0.94% | 1% | - |
| XYZ | 43.6 | 57.99 | 103.5 | - |
| YUV | 162.41 | 180.25 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 255 | 0.94 | 0.14 | 0 | 0 | 189.04 | 1 | 0.53 |
| Hex | 10 | DB | FF | 5E | E | 0 | 0 | BD | 64 | 35 |
| Octal | 20 | 333 | 377 | 136 | 16 | 0 | 0 | 275 | 144 | 65 |
| Binary | 10000 | 11011011 | 11111111 | 1011110 | 1110 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #10DBFF
Complementary color
Monochromatic Colors of #10DBFF
Black with #10DBFF
Text Example
Text Example
White with #10DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBFF; }
p { color: rgb(16,219,255); }
H1.HeaderClassName
{
color: #10DBFF;
}
.AnyTagClassName
{
color: #10DBFF;
}
</style>
background-color css
<style>
a { background-color: #10DBFF; }
a { background-color: rgb(16,219,255); }
div.DivClassName
{
background-color: #10DBFF;
}
.BgClassName
{
background-color: #10DBFF;
}
</style>
border-color css
<style>
span { border-color: #10DBFF; }
span { border-color: rgb(16,219,255); }
td.TdClassName
{
border-color: #10DBFF;
}
.TagClassName
{
border-color: #10DBFF;
}
</style>