Shades of Deep Sky Blue #10BDF6
Tints of Deep Sky Blue #10BDF6
RGB
CMYK
RGB Variations
Color information
#10BDF6 (or 0x10BDF6) is known color: Deep Sky Blue. HEX triplet: 10, BD and F6. RGB value is (16,189,246). Sum of RGB (Red+Green+Blue) = 16+189+246=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #10BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDF6 is #EF4209. Grayscale: #8F8F8F. Windows color (decimal): -15680010 or 16170256. OLE color: 16170256.
HSL color Cylindrical-coordinate representation of color #10BDF6: hue angle of 194.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDF6 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 189 | 246 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.04 |
| HSL | 194.87º | 0.93% | 0.51% | - |
| HSV(B) | 194.87º | 0.93% | 0.96% | - |
| XYZ | 35.05 | 43.16 | 93.67 | - |
| YUV | 143.77 | 185.69 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 246 | 0.93 | 0.23 | 0 | 0.04 | 194.87 | 0.93 | 0.51 |
| Hex | 10 | BD | F6 | 5D | 17 | 0 | 4 | C3 | 5D | 33 |
| Octal | 20 | 275 | 366 | 135 | 27 | 0 | 4 | 303 | 135 | 63 |
| Binary | 10000 | 10111101 | 11110110 | 1011101 | 10111 | 0 | 100 | 11000011 | 1011101 | 110011 |
Color Harmonies of #10BDF6
Complementary color
Monochromatic Colors of #10BDF6
Black with #10BDF6
Text Example
Text Example
White with #10BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDF6; }
p { color: rgb(16,189,246); }
H1.HeaderClassName
{
color: #10BDF6;
}
.AnyTagClassName
{
color: #10BDF6;
}
</style>
background-color css
<style>
a { background-color: #10BDF6; }
a { background-color: rgb(16,189,246); }
div.DivClassName
{
background-color: #10BDF6;
}
.BgClassName
{
background-color: #10BDF6;
}
</style>
border-color css
<style>
span { border-color: #10BDF6; }
span { border-color: rgb(16,189,246); }
td.TdClassName
{
border-color: #10BDF6;
}
.TagClassName
{
border-color: #10BDF6;
}
</style>