Shades of Deep Sky Blue #10BBF3
Tints of Deep Sky Blue #10BBF3
RGB
CMYK
RGB Variations
Color information
#10BBF3 (or 0x10BBF3) is known color: Deep Sky Blue. HEX triplet: 10, BB and F3. RGB value is (16,187,243). Sum of RGB (Red+Green+Blue) = 16+187+243=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #10BBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BBF3 is #EF440C. Grayscale: #8D8D8D. Windows color (decimal): -15680525 or 15973136. OLE color: 15973136.
HSL color Cylindrical-coordinate representation of color #10BBF3: hue angle of 194.8º 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 #10BBF3 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 187 | 243 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 194.8º | 0.9% | 0.51% | - |
| HSV(B) | 194.8º | 0.93% | 0.95% | - |
| XYZ | 34.16 | 42.12 | 91.12 | - |
| YUV | 142.26 | 184.85 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 243 | 0.93 | 0.23 | 0 | 0.05 | 194.8 | 0.9 | 0.51 |
| Hex | 10 | BB | F3 | 5D | 17 | 0 | 5 | C3 | 5A | 33 |
| Octal | 20 | 273 | 363 | 135 | 27 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10000 | 10111011 | 11110011 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #10BBF3
Complementary color
Monochromatic Colors of #10BBF3
Black with #10BBF3
Text Example
Text Example
White with #10BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBF3; }
p { color: rgb(16,187,243); }
H1.HeaderClassName
{
color: #10BBF3;
}
.AnyTagClassName
{
color: #10BBF3;
}
</style>
background-color css
<style>
a { background-color: #10BBF3; }
a { background-color: rgb(16,187,243); }
div.DivClassName
{
background-color: #10BBF3;
}
.BgClassName
{
background-color: #10BBF3;
}
</style>
border-color css
<style>
span { border-color: #10BBF3; }
span { border-color: rgb(16,187,243); }
td.TdClassName
{
border-color: #10BBF3;
}
.TagClassName
{
border-color: #10BBF3;
}
</style>