Shades of Deep Sky Blue #10BBED
Tints of Deep Sky Blue #10BBED
RGB
CMYK
RGB Variations
Color information
#10BBED (or 0x10BBED) is known color: Deep Sky Blue. HEX triplet: 10, BB and ED. RGB value is (16,187,237). Sum of RGB (Red+Green+Blue) = 16+187+237=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #10BBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BBED is #EF4412. Grayscale: #8D8D8D. Windows color (decimal): -15680531 or 15579920. OLE color: 15579920.
HSL color Cylindrical-coordinate representation of color #10BBED: hue angle of 193.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BBED is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 187 | 237 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.07 |
| HSL | 193.57º | 0.87% | 0.5% | - |
| HSV(B) | 193.57º | 0.93% | 0.93% | - |
| XYZ | 33.27 | 41.77 | 86.43 | - |
| YUV | 141.57 | 181.85 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 237 | 0.93 | 0.21 | 0 | 0.07 | 193.57 | 0.87 | 0.5 |
| Hex | 10 | BB | ED | 5D | 15 | 0 | 7 | C2 | 57 | 32 |
| Octal | 20 | 273 | 355 | 135 | 25 | 0 | 7 | 302 | 127 | 62 |
| Binary | 10000 | 10111011 | 11101101 | 1011101 | 10101 | 0 | 111 | 11000010 | 1010111 | 110010 |
Color Harmonies of #10BBED
Complementary color
Monochromatic Colors of #10BBED
Black with #10BBED
Text Example
Text Example
White with #10BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBED; }
p { color: rgb(16,187,237); }
H1.HeaderClassName
{
color: #10BBED;
}
.AnyTagClassName
{
color: #10BBED;
}
</style>
background-color css
<style>
a { background-color: #10BBED; }
a { background-color: rgb(16,187,237); }
div.DivClassName
{
background-color: #10BBED;
}
.BgClassName
{
background-color: #10BBED;
}
</style>
border-color css
<style>
span { border-color: #10BBED; }
span { border-color: rgb(16,187,237); }
td.TdClassName
{
border-color: #10BBED;
}
.TagClassName
{
border-color: #10BBED;
}
</style>