Shades of Deep Sky Blue #10DAFF
Tints of Deep Sky Blue #10DAFF
RGB
CMYK
RGB Variations
Color information
#10DAFF (or 0x10DAFF) is known color: Deep Sky Blue. HEX triplet: 10, DA and FF. RGB value is (16,218,255). Sum of RGB (Red+Green+Blue) = 16+218+255=489 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #10DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAFF is #EF2500. Grayscale: #A1A1A1. Windows color (decimal): -15672577 or 16767504. OLE color: 16767504.
HSL color Cylindrical-coordinate representation of color #10DAFF: hue angle of 189.29º 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 #10DAFF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 218 | 255 | - |
| CMYK | 0.94 | 0.15 | 0 | 0 |
| HSL | 189.29º | 1% | 0.53% | - |
| HSV(B) | 189.29º | 0.94% | 1% | - |
| XYZ | 43.34 | 57.47 | 103.42 | - |
| YUV | 161.82 | 180.58 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 255 | 0.94 | 0.15 | 0 | 0 | 189.29 | 1 | 0.53 |
| Hex | 10 | DA | FF | 5E | F | 0 | 0 | BD | 64 | 35 |
| Octal | 20 | 332 | 377 | 136 | 17 | 0 | 0 | 275 | 144 | 65 |
| Binary | 10000 | 11011010 | 11111111 | 1011110 | 1111 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #10DAFF
Complementary color
Monochromatic Colors of #10DAFF
Black with #10DAFF
Text Example
Text Example
White with #10DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAFF; }
p { color: rgb(16,218,255); }
H1.HeaderClassName
{
color: #10DAFF;
}
.AnyTagClassName
{
color: #10DAFF;
}
</style>
background-color css
<style>
a { background-color: #10DAFF; }
a { background-color: rgb(16,218,255); }
div.DivClassName
{
background-color: #10DAFF;
}
.BgClassName
{
background-color: #10DAFF;
}
</style>
border-color css
<style>
span { border-color: #10DAFF; }
span { border-color: rgb(16,218,255); }
td.TdClassName
{
border-color: #10DAFF;
}
.TagClassName
{
border-color: #10DAFF;
}
</style>