Shades of Deep Sky Blue #10DAFE
Tints of Deep Sky Blue #10DAFE
RGB
CMYK
RGB Variations
Color information
#10DAFE (or 0x10DAFE) is known color: Deep Sky Blue. HEX triplet: 10, DA and FE. RGB value is (16,218,254). Sum of RGB (Red+Green+Blue) = 16+218+254=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #10DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAFE is #EF2501. Grayscale: #A1A1A1. Windows color (decimal): -15672578 or 16701968. OLE color: 16701968.
HSL color Cylindrical-coordinate representation of color #10DAFE: hue angle of 189.08º 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 #10DAFE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 218 | 254 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.00 |
| HSL | 189.08º | 0.99% | 0.53% | - |
| HSV(B) | 189.08º | 0.94% | 1% | - |
| XYZ | 43.17 | 57.41 | 102.57 | - |
| YUV | 161.71 | 180.08 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 254 | 0.94 | 0.14 | 0 | 0.00 | 189.08 | 0.99 | 0.53 |
| Hex | 10 | DA | FE | 5E | E | 0 | 0 | BD | 63 | 35 |
| Octal | 20 | 332 | 376 | 136 | 16 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10000 | 11011010 | 11111110 | 1011110 | 1110 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #10DAFE
Complementary color
Monochromatic Colors of #10DAFE
Black with #10DAFE
Text Example
Text Example
White with #10DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAFE; }
p { color: rgb(16,218,254); }
H1.HeaderClassName
{
color: #10DAFE;
}
.AnyTagClassName
{
color: #10DAFE;
}
</style>
background-color css
<style>
a { background-color: #10DAFE; }
a { background-color: rgb(16,218,254); }
div.DivClassName
{
background-color: #10DAFE;
}
.BgClassName
{
background-color: #10DAFE;
}
</style>
border-color css
<style>
span { border-color: #10DAFE; }
span { border-color: rgb(16,218,254); }
td.TdClassName
{
border-color: #10DAFE;
}
.TagClassName
{
border-color: #10DAFE;
}
</style>