Shades of Iris Blue #10BDBA
Tints of Iris Blue #10BDBA
RGB
CMYK
RGB Variations
Color information
#10BDBA (or 0x10BDBA) is known color: Iris Blue. HEX triplet: 10, BD and BA. RGB value is (16,189,186). Sum of RGB (Red+Green+Blue) = 16+189+186=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDBA is #EF4245. Grayscale: #888888. Windows color (decimal): -15680070 or 12238096. OLE color: 12238096.
HSL color Cylindrical-coordinate representation of color #10BDBA: hue angle of 178.96º 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 #10BDBA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 186 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.26 |
| HSL | 178.96º | 0.84% | 0.4% | - |
| HSV(B) | 178.96º | 0.92% | 0.74% | - |
| XYZ | 27.27 | 40.05 | 52.75 | - |
| YUV | 136.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 186 | 0.92 | 0 | 0.02 | 0.26 | 178.96 | 0.84 | 0.4 |
| Hex | 10 | BD | BA | 5C | 0 | 2 | 1A | B3 | 54 | 28 |
| Octal | 20 | 275 | 272 | 134 | 0 | 2 | 32 | 263 | 124 | 50 |
| Binary | 10000 | 10111101 | 10111010 | 1011100 | 0 | 10 | 11010 | 10110011 | 1010100 | 101000 |
Color Harmonies of #10BDBA
Complementary color
Monochromatic Colors of #10BDBA
Black with #10BDBA
Text Example
Text Example
White with #10BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDBA; }
p { color: rgb(16,189,186); }
H1.HeaderClassName
{
color: #10BDBA;
}
.AnyTagClassName
{
color: #10BDBA;
}
</style>
background-color css
<style>
a { background-color: #10BDBA; }
a { background-color: rgb(16,189,186); }
div.DivClassName
{
background-color: #10BDBA;
}
.BgClassName
{
background-color: #10BDBA;
}
</style>
border-color css
<style>
span { border-color: #10BDBA; }
span { border-color: rgb(16,189,186); }
td.TdClassName
{
border-color: #10BDBA;
}
.TagClassName
{
border-color: #10BDBA;
}
</style>