Shades of Deep Sky Blue #10BDF3
Tints of Deep Sky Blue #10BDF3
RGB
CMYK
RGB Variations
Color information
#10BDF3 (or 0x10BDF3) is known color: Deep Sky Blue. HEX triplet: 10, BD and F3. RGB value is (16,189,243). Sum of RGB (Red+Green+Blue) = 16+189+243=448 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.57% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #10BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDF3 is #EF420C. Grayscale: #8F8F8F. Windows color (decimal): -15680013 or 15973648. OLE color: 15973648.
HSL color Cylindrical-coordinate representation of color #10BDF3: hue angle of 194.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDF3 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 189 | 243 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.05 |
| HSL | 194.27º | 0.9% | 0.51% | - |
| HSV(B) | 194.27º | 0.93% | 0.95% | - |
| XYZ | 34.59 | 42.98 | 91.27 | - |
| YUV | 143.43 | 184.19 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 243 | 0.93 | 0.22 | 0 | 0.05 | 194.27 | 0.9 | 0.51 |
| Hex | 10 | BD | F3 | 5D | 16 | 0 | 5 | C2 | 5A | 33 |
| Octal | 20 | 275 | 363 | 135 | 26 | 0 | 5 | 302 | 132 | 63 |
| Binary | 10000 | 10111101 | 11110011 | 1011101 | 10110 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #10BDF3
Complementary color
Monochromatic Colors of #10BDF3
Black with #10BDF3
Text Example
Text Example
White with #10BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDF3; }
p { color: rgb(16,189,243); }
H1.HeaderClassName
{
color: #10BDF3;
}
.AnyTagClassName
{
color: #10BDF3;
}
</style>
background-color css
<style>
a { background-color: #10BDF3; }
a { background-color: rgb(16,189,243); }
div.DivClassName
{
background-color: #10BDF3;
}
.BgClassName
{
background-color: #10BDF3;
}
</style>
border-color css
<style>
span { border-color: #10BDF3; }
span { border-color: rgb(16,189,243); }
td.TdClassName
{
border-color: #10BDF3;
}
.TagClassName
{
border-color: #10BDF3;
}
</style>