Shades of Iris Blue #10BCBD
Tints of Iris Blue #10BCBD
RGB
CMYK
RGB Variations
Color information
#10BCBD (or 0x10BCBD) is known color: Iris Blue. HEX triplet: 10, BC and BD. RGB value is (16,188,189). Sum of RGB (Red+Green+Blue) = 16+188+189=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #10BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCBD is #EF4342. Grayscale: #888888. Windows color (decimal): -15680323 or 12434448. OLE color: 12434448.
HSL color Cylindrical-coordinate representation of color #10BCBD: hue angle of 180.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCBD is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 189 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.26 |
| HSL | 180.35º | 0.84% | 0.4% | - |
| HSV(B) | 180.35º | 0.92% | 0.74% | - |
| XYZ | 27.38 | 39.75 | 54.37 | - |
| YUV | 136.69 | 157.52 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 189 | 0.92 | 0.01 | 0 | 0.26 | 180.35 | 0.84 | 0.4 |
| Hex | 10 | BC | BD | 5C | 1 | 0 | 1A | B4 | 54 | 28 |
| Octal | 20 | 274 | 275 | 134 | 1 | 0 | 32 | 264 | 124 | 50 |
| Binary | 10000 | 10111100 | 10111101 | 1011100 | 1 | 0 | 11010 | 10110100 | 1010100 | 101000 |
Color Harmonies of #10BCBD
Complementary color
Monochromatic Colors of #10BCBD
Black with #10BCBD
Text Example
Text Example
White with #10BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCBD; }
p { color: rgb(16,188,189); }
H1.HeaderClassName
{
color: #10BCBD;
}
.AnyTagClassName
{
color: #10BCBD;
}
</style>
background-color css
<style>
a { background-color: #10BCBD; }
a { background-color: rgb(16,188,189); }
div.DivClassName
{
background-color: #10BCBD;
}
.BgClassName
{
background-color: #10BCBD;
}
</style>
border-color css
<style>
span { border-color: #10BCBD; }
span { border-color: rgb(16,188,189); }
td.TdClassName
{
border-color: #10BCBD;
}
.TagClassName
{
border-color: #10BCBD;
}
</style>