Shades of Iris Blue #10BCDB
Tints of Iris Blue #10BCDB
RGB
CMYK
RGB Variations
Color information
#10BCDB (or 0x10BCDB) is known color: Iris Blue. HEX triplet: 10, BC and DB. RGB value is (16,188,219). Sum of RGB (Red+Green+Blue) = 16+188+219=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #10BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCDB is #EF4324. Grayscale: #8B8B8B. Windows color (decimal): -15680293 or 14400528. OLE color: 14400528.
HSL color Cylindrical-coordinate representation of color #10BCDB: hue angle of 189.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCDB is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 188 | 219 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.14 |
| HSL | 189.16º | 0.86% | 0.46% | - |
| HSV(B) | 189.16º | 0.93% | 0.86% | - |
| XYZ | 30.98 | 41.19 | 73.34 | - |
| YUV | 140.11 | 172.52 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 219 | 0.93 | 0.14 | 0 | 0.14 | 189.16 | 0.86 | 0.46 |
| Hex | 10 | BC | DB | 5D | E | 0 | E | BD | 56 | 2E |
| Octal | 20 | 274 | 333 | 135 | 16 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10000 | 10111100 | 11011011 | 1011101 | 1110 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #10BCDB
Complementary color
Monochromatic Colors of #10BCDB
Black with #10BCDB
Text Example
Text Example
White with #10BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCDB; }
p { color: rgb(16,188,219); }
H1.HeaderClassName
{
color: #10BCDB;
}
.AnyTagClassName
{
color: #10BCDB;
}
</style>
background-color css
<style>
a { background-color: #10BCDB; }
a { background-color: rgb(16,188,219); }
div.DivClassName
{
background-color: #10BCDB;
}
.BgClassName
{
background-color: #10BCDB;
}
</style>
border-color css
<style>
span { border-color: #10BCDB; }
span { border-color: rgb(16,188,219); }
td.TdClassName
{
border-color: #10BCDB;
}
.TagClassName
{
border-color: #10BCDB;
}
</style>