Shades of Iris Blue #10BDB9
Tints of Iris Blue #10BDB9
RGB
CMYK
RGB Variations
Color information
#10BDB9 (or 0x10BDB9) is known color: Iris Blue. HEX triplet: 10, BD and B9. RGB value is (16,189,185). Sum of RGB (Red+Green+Blue) = 16+189+185=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDB9 is #EF4246. Grayscale: #888888. Windows color (decimal): -15680071 or 12172560. OLE color: 12172560.
HSL color Cylindrical-coordinate representation of color #10BDB9: hue angle of 178.61º 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 #10BDB9 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 185 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.26 |
| HSL | 178.61º | 0.84% | 0.4% | - |
| HSV(B) | 178.61º | 0.92% | 0.74% | - |
| XYZ | 27.17 | 40.01 | 52.19 | - |
| YUV | 136.82 | 155.19 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 185 | 0.92 | 0 | 0.02 | 0.26 | 178.61 | 0.84 | 0.4 |
| Hex | 10 | BD | B9 | 5C | 0 | 2 | 1A | B3 | 54 | 28 |
| Octal | 20 | 275 | 271 | 134 | 0 | 2 | 32 | 263 | 124 | 50 |
| Binary | 10000 | 10111101 | 10111001 | 1011100 | 0 | 10 | 11010 | 10110011 | 1010100 | 101000 |
Color Harmonies of #10BDB9
Complementary color
Monochromatic Colors of #10BDB9
Black with #10BDB9
Text Example
Text Example
White with #10BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDB9; }
p { color: rgb(16,189,185); }
H1.HeaderClassName
{
color: #10BDB9;
}
.AnyTagClassName
{
color: #10BDB9;
}
</style>
background-color css
<style>
a { background-color: #10BDB9; }
a { background-color: rgb(16,189,185); }
div.DivClassName
{
background-color: #10BDB9;
}
.BgClassName
{
background-color: #10BDB9;
}
</style>
border-color css
<style>
span { border-color: #10BDB9; }
span { border-color: rgb(16,189,185); }
td.TdClassName
{
border-color: #10BDB9;
}
.TagClassName
{
border-color: #10BDB9;
}
</style>