Shades of Deep Sky Blue #10DAFA
Tints of Deep Sky Blue #10DAFA
RGB
CMYK
RGB Variations
Color information
#10DAFA (or 0x10DAFA) is known color: Deep Sky Blue. HEX triplet: 10, DA and FA. RGB value is (16,218,250). Sum of RGB (Red+Green+Blue) = 16+218+250=484 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #10DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAFA is #EF2505. Grayscale: #A0A0A0. Windows color (decimal): -15672582 or 16439824. OLE color: 16439824.
HSL color Cylindrical-coordinate representation of color #10DAFA: hue angle of 188.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DAFA is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 218 | 250 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.02 |
| HSL | 188.21º | 0.96% | 0.52% | - |
| HSV(B) | 188.21º | 0.94% | 0.98% | - |
| XYZ | 42.54 | 57.16 | 99.23 | - |
| YUV | 161.25 | 178.08 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 250 | 0.94 | 0.13 | 0 | 0.02 | 188.21 | 0.96 | 0.52 |
| Hex | 10 | DA | FA | 5E | D | 0 | 2 | BC | 60 | 34 |
| Octal | 20 | 332 | 372 | 136 | 15 | 0 | 2 | 274 | 140 | 64 |
| Binary | 10000 | 11011010 | 11111010 | 1011110 | 1101 | 0 | 10 | 10111100 | 1100000 | 110100 |
Color Harmonies of #10DAFA
Complementary color
Monochromatic Colors of #10DAFA
Black with #10DAFA
Text Example
Text Example
White with #10DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAFA; }
p { color: rgb(16,218,250); }
H1.HeaderClassName
{
color: #10DAFA;
}
.AnyTagClassName
{
color: #10DAFA;
}
</style>
background-color css
<style>
a { background-color: #10DAFA; }
a { background-color: rgb(16,218,250); }
div.DivClassName
{
background-color: #10DAFA;
}
.BgClassName
{
background-color: #10DAFA;
}
</style>
border-color css
<style>
span { border-color: #10DAFA; }
span { border-color: rgb(16,218,250); }
td.TdClassName
{
border-color: #10DAFA;
}
.TagClassName
{
border-color: #10DAFA;
}
</style>