Shades of Deep Sky Blue #10BAEF
Tints of Deep Sky Blue #10BAEF
RGB
CMYK
RGB Variations
Color information
#10BAEF (or 0x10BAEF) is known color: Deep Sky Blue. HEX triplet: 10, BA and EF. RGB value is (16,186,239). Sum of RGB (Red+Green+Blue) = 16+186+239=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #10BAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BAEF is #EF4510. Grayscale: #8C8C8C. Windows color (decimal): -15680785 or 15710736. OLE color: 15710736.
HSL color Cylindrical-coordinate representation of color #10BAEF: hue angle of 194.26º 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 #10BAEF is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 186 | 239 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.06 |
| HSL | 194.26º | 0.87% | 0.5% | - |
| HSV(B) | 194.26º | 0.93% | 0.94% | - |
| XYZ | 33.35 | 41.46 | 87.91 | - |
| YUV | 141.21 | 183.18 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 239 | 0.93 | 0.22 | 0 | 0.06 | 194.26 | 0.87 | 0.5 |
| Hex | 10 | BA | EF | 5D | 16 | 0 | 6 | C2 | 57 | 32 |
| Octal | 20 | 272 | 357 | 135 | 26 | 0 | 6 | 302 | 127 | 62 |
| Binary | 10000 | 10111010 | 11101111 | 1011101 | 10110 | 0 | 110 | 11000010 | 1010111 | 110010 |
Color Harmonies of #10BAEF
Complementary color
Monochromatic Colors of #10BAEF
Black with #10BAEF
Text Example
Text Example
White with #10BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAEF; }
p { color: rgb(16,186,239); }
H1.HeaderClassName
{
color: #10BAEF;
}
.AnyTagClassName
{
color: #10BAEF;
}
</style>
background-color css
<style>
a { background-color: #10BAEF; }
a { background-color: rgb(16,186,239); }
div.DivClassName
{
background-color: #10BAEF;
}
.BgClassName
{
background-color: #10BAEF;
}
</style>
border-color css
<style>
span { border-color: #10BAEF; }
span { border-color: rgb(16,186,239); }
td.TdClassName
{
border-color: #10BAEF;
}
.TagClassName
{
border-color: #10BAEF;
}
</style>