Shades of Deep Sky Blue #10DAFD
Tints of Deep Sky Blue #10DAFD
RGB
CMYK
RGB Variations
Color information
#10DAFD (or 0x10DAFD) is known color: Deep Sky Blue. HEX triplet: 10, DA and FD. RGB value is (16,218,253). Sum of RGB (Red+Green+Blue) = 16+218+253=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #10DAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAFD is #EF2502. Grayscale: #A1A1A1. Windows color (decimal): -15672579 or 16636432. OLE color: 16636432.
HSL color Cylindrical-coordinate representation of color #10DAFD: hue angle of 188.86º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DAFD is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 218 | 253 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.01 |
| HSL | 188.86º | 0.98% | 0.53% | - |
| HSV(B) | 188.86º | 0.94% | 0.99% | - |
| XYZ | 43.01 | 57.34 | 101.73 | - |
| YUV | 161.59 | 179.58 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 253 | 0.94 | 0.14 | 0 | 0.01 | 188.86 | 0.98 | 0.53 |
| Hex | 10 | DA | FD | 5E | E | 0 | 1 | BD | 62 | 35 |
| Octal | 20 | 332 | 375 | 136 | 16 | 0 | 1 | 275 | 142 | 65 |
| Binary | 10000 | 11011010 | 11111101 | 1011110 | 1110 | 0 | 1 | 10111101 | 1100010 | 110101 |
Color Harmonies of #10DAFD
Complementary color
Monochromatic Colors of #10DAFD
Black with #10DAFD
Text Example
Text Example
White with #10DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAFD; }
p { color: rgb(16,218,253); }
H1.HeaderClassName
{
color: #10DAFD;
}
.AnyTagClassName
{
color: #10DAFD;
}
</style>
background-color css
<style>
a { background-color: #10DAFD; }
a { background-color: rgb(16,218,253); }
div.DivClassName
{
background-color: #10DAFD;
}
.BgClassName
{
background-color: #10DAFD;
}
</style>
border-color css
<style>
span { border-color: #10DAFD; }
span { border-color: rgb(16,218,253); }
td.TdClassName
{
border-color: #10DAFD;
}
.TagClassName
{
border-color: #10DAFD;
}
</style>