Shades of Deep Sky Blue #10DCFB
Tints of Deep Sky Blue #10DCFB
RGB
CMYK
RGB Variations
Color information
#10DCFB (or 0x10DCFB) is known color: Deep Sky Blue. HEX triplet: 10, DC and FB. RGB value is (16,220,251). Sum of RGB (Red+Green+Blue) = 16+220+251=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #10DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCFB is #EF2304. Grayscale: #A2A2A2. Windows color (decimal): -15672069 or 16505872. OLE color: 16505872.
HSL color Cylindrical-coordinate representation of color #10DCFB: hue angle of 187.91º degrees, saturation: 0.97, 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 #10DCFB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 220 | 251 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.02 |
| HSL | 187.91º | 0.97% | 0.52% | - |
| HSV(B) | 187.91º | 0.94% | 0.98% | - |
| XYZ | 43.22 | 58.26 | 100.23 | - |
| YUV | 162.54 | 177.91 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 251 | 0.94 | 0.12 | 0 | 0.02 | 187.91 | 0.97 | 0.52 |
| Hex | 10 | DC | FB | 5E | C | 0 | 2 | BC | 61 | 34 |
| Octal | 20 | 334 | 373 | 136 | 14 | 0 | 2 | 274 | 141 | 64 |
| Binary | 10000 | 11011100 | 11111011 | 1011110 | 1100 | 0 | 10 | 10111100 | 1100001 | 110100 |
Color Harmonies of #10DCFB
Complementary color
Monochromatic Colors of #10DCFB
Black with #10DCFB
Text Example
Text Example
White with #10DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCFB; }
p { color: rgb(16,220,251); }
H1.HeaderClassName
{
color: #10DCFB;
}
.AnyTagClassName
{
color: #10DCFB;
}
</style>
background-color css
<style>
a { background-color: #10DCFB; }
a { background-color: rgb(16,220,251); }
div.DivClassName
{
background-color: #10DCFB;
}
.BgClassName
{
background-color: #10DCFB;
}
</style>
border-color css
<style>
span { border-color: #10DCFB; }
span { border-color: rgb(16,220,251); }
td.TdClassName
{
border-color: #10DCFB;
}
.TagClassName
{
border-color: #10DCFB;
}
</style>