Shades of Iris Blue #10BCB9
Tints of Iris Blue #10BCB9
RGB
CMYK
RGB Variations
Color information
#10BCB9 (or 0x10BCB9) is known color: Iris Blue. HEX triplet: 10, BC and B9. RGB value is (16,188,185). Sum of RGB (Red+Green+Blue) = 16+188+185=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCB9 is #EF4346. Grayscale: #888888. Windows color (decimal): -15680327 or 12172304. OLE color: 12172304.
HSL color Cylindrical-coordinate representation of color #10BCB9: hue angle of 178.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BCB9 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 185 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.26 |
| HSL | 178.95º | 0.84% | 0.4% | - |
| HSV(B) | 178.95º | 0.91% | 0.74% | - |
| XYZ | 26.95 | 39.58 | 52.12 | - |
| YUV | 136.23 | 155.52 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 185 | 0.91 | 0 | 0.02 | 0.26 | 178.95 | 0.84 | 0.4 |
| Hex | 10 | BC | B9 | 5B | 0 | 2 | 1A | B3 | 54 | 28 |
| Octal | 20 | 274 | 271 | 133 | 0 | 2 | 32 | 263 | 124 | 50 |
| Binary | 10000 | 10111100 | 10111001 | 1011011 | 0 | 10 | 11010 | 10110011 | 1010100 | 101000 |
Color Harmonies of #10BCB9
Complementary color
Monochromatic Colors of #10BCB9
Black with #10BCB9
Text Example
Text Example
White with #10BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCB9; }
p { color: rgb(16,188,185); }
H1.HeaderClassName
{
color: #10BCB9;
}
.AnyTagClassName
{
color: #10BCB9;
}
</style>
background-color css
<style>
a { background-color: #10BCB9; }
a { background-color: rgb(16,188,185); }
div.DivClassName
{
background-color: #10BCB9;
}
.BgClassName
{
background-color: #10BCB9;
}
</style>
border-color css
<style>
span { border-color: #10BCB9; }
span { border-color: rgb(16,188,185); }
td.TdClassName
{
border-color: #10BCB9;
}
.TagClassName
{
border-color: #10BCB9;
}
</style>