Shades of Deep Sky Blue #10BDEF
Tints of Deep Sky Blue #10BDEF
RGB
CMYK
RGB Variations
Color information
#10BDEF (or 0x10BDEF) is known color: Deep Sky Blue. HEX triplet: 10, BD and EF. RGB value is (16,189,239). Sum of RGB (Red+Green+Blue) = 16+189+239=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #10BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDEF is #EF4210. Grayscale: #8E8E8E. Windows color (decimal): -15680017 or 15711504. OLE color: 15711504.
HSL color Cylindrical-coordinate representation of color #10BDEF: hue angle of 193.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDEF is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 189 | 239 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.06 |
| HSL | 193.45º | 0.87% | 0.5% | - |
| HSV(B) | 193.45º | 0.93% | 0.94% | - |
| XYZ | 33.99 | 42.74 | 88.12 | - |
| YUV | 142.97 | 182.19 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 239 | 0.93 | 0.21 | 0 | 0.06 | 193.45 | 0.87 | 0.5 |
| Hex | 10 | BD | EF | 5D | 15 | 0 | 6 | C1 | 57 | 32 |
| Octal | 20 | 275 | 357 | 135 | 25 | 0 | 6 | 301 | 127 | 62 |
| Binary | 10000 | 10111101 | 11101111 | 1011101 | 10101 | 0 | 110 | 11000001 | 1010111 | 110010 |
Color Harmonies of #10BDEF
Complementary color
Monochromatic Colors of #10BDEF
Black with #10BDEF
Text Example
Text Example
White with #10BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDEF; }
p { color: rgb(16,189,239); }
H1.HeaderClassName
{
color: #10BDEF;
}
.AnyTagClassName
{
color: #10BDEF;
}
</style>
background-color css
<style>
a { background-color: #10BDEF; }
a { background-color: rgb(16,189,239); }
div.DivClassName
{
background-color: #10BDEF;
}
.BgClassName
{
background-color: #10BDEF;
}
</style>
border-color css
<style>
span { border-color: #10BDEF; }
span { border-color: rgb(16,189,239); }
td.TdClassName
{
border-color: #10BDEF;
}
.TagClassName
{
border-color: #10BDEF;
}
</style>