Shades of Deep Sky Blue #10BBFF
Tints of Deep Sky Blue #10BBFF
RGB
CMYK
RGB Variations
Color information
#10BBFF (or 0x10BBFF) is known color: Deep Sky Blue. HEX triplet: 10, BB and FF. RGB value is (16,187,255). Sum of RGB (Red+Green+Blue) = 16+187+255=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #10BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BBFF is #EF4400. Grayscale: #8F8F8F. Windows color (decimal): -15680513 or 16759568. OLE color: 16759568.
HSL color Cylindrical-coordinate representation of color #10BBFF: hue angle of 197.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BBFF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 187 | 255 | - |
| CMYK | 0.94 | 0.27 | 0 | 0 |
| HSL | 197.07º | 1% | 0.53% | - |
| HSV(B) | 197.07º | 0.94% | 1% | - |
| XYZ | 36.03 | 42.87 | 100.98 | - |
| YUV | 143.62 | 190.85 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 255 | 0.94 | 0.27 | 0 | 0 | 197.07 | 1 | 0.53 |
| Hex | 10 | BB | FF | 5E | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 20 | 273 | 377 | 136 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 10000 | 10111011 | 11111111 | 1011110 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #10BBFF
Complementary color
Monochromatic Colors of #10BBFF
Black with #10BBFF
Text Example
Text Example
White with #10BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBFF; }
p { color: rgb(16,187,255); }
H1.HeaderClassName
{
color: #10BBFF;
}
.AnyTagClassName
{
color: #10BBFF;
}
</style>
background-color css
<style>
a { background-color: #10BBFF; }
a { background-color: rgb(16,187,255); }
div.DivClassName
{
background-color: #10BBFF;
}
.BgClassName
{
background-color: #10BBFF;
}
</style>
border-color css
<style>
span { border-color: #10BBFF; }
span { border-color: rgb(16,187,255); }
td.TdClassName
{
border-color: #10BBFF;
}
.TagClassName
{
border-color: #10BBFF;
}
</style>