Shades of Iris Blue #10B8BA
Tints of Iris Blue #10B8BA
RGB
CMYK
RGB Variations
Color information
#10B8BA (or 0x10B8BA) is known color: Iris Blue. HEX triplet: 10, B8 and BA. RGB value is (16,184,186). Sum of RGB (Red+Green+Blue) = 16+184+186=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #10B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8BA is #EF4745. Grayscale: #858585. Windows color (decimal): -15681350 or 12236816. OLE color: 12236816.
HSL color Cylindrical-coordinate representation of color #10B8BA: hue angle of 180.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B8BA is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 184 | 186 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.27 |
| HSL | 180.71º | 0.84% | 0.4% | - |
| HSV(B) | 180.71º | 0.91% | 0.73% | - |
| XYZ | 26.22 | 37.94 | 52.4 | - |
| YUV | 134 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 186 | 0.91 | 0.01 | 0 | 0.27 | 180.71 | 0.84 | 0.4 |
| Hex | 10 | B8 | BA | 5B | 1 | 0 | 1B | B5 | 54 | 28 |
| Octal | 20 | 270 | 272 | 133 | 1 | 0 | 33 | 265 | 124 | 50 |
| Binary | 10000 | 10111000 | 10111010 | 1011011 | 1 | 0 | 11011 | 10110101 | 1010100 | 101000 |
Color Harmonies of #10B8BA
Complementary color
Monochromatic Colors of #10B8BA
Black with #10B8BA
Text Example
Text Example
White with #10B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8BA; }
p { color: rgb(16,184,186); }
H1.HeaderClassName
{
color: #10B8BA;
}
.AnyTagClassName
{
color: #10B8BA;
}
</style>
background-color css
<style>
a { background-color: #10B8BA; }
a { background-color: rgb(16,184,186); }
div.DivClassName
{
background-color: #10B8BA;
}
.BgClassName
{
background-color: #10B8BA;
}
</style>
border-color css
<style>
span { border-color: #10B8BA; }
span { border-color: rgb(16,184,186); }
td.TdClassName
{
border-color: #10B8BA;
}
.TagClassName
{
border-color: #10B8BA;
}
</style>