Shades of Iris Blue #10B6BA
Tints of Iris Blue #10B6BA
RGB
CMYK
RGB Variations
Color information
#10B6BA (or 0x10B6BA) is known color: Iris Blue. HEX triplet: 10, B6 and BA. RGB value is (16,182,186). Sum of RGB (Red+Green+Blue) = 16+182+186=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #10B6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6BA is #EF4945. Grayscale: #848484. Windows color (decimal): -15681862 or 12236304. OLE color: 12236304.
HSL color Cylindrical-coordinate representation of color #10B6BA: hue angle of 181.41º 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 #10B6BA is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 182 | 186 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.27 |
| HSL | 181.41º | 0.84% | 0.4% | - |
| HSV(B) | 181.41º | 0.91% | 0.73% | - |
| XYZ | 25.8 | 37.11 | 52.26 | - |
| YUV | 132.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 182 | 186 | 0.91 | 0.02 | 0 | 0.27 | 181.41 | 0.84 | 0.4 |
| Hex | 10 | B6 | BA | 5B | 2 | 0 | 1B | B5 | 54 | 28 |
| Octal | 20 | 266 | 272 | 133 | 2 | 0 | 33 | 265 | 124 | 50 |
| Binary | 10000 | 10110110 | 10111010 | 1011011 | 10 | 0 | 11011 | 10110101 | 1010100 | 101000 |
Color Harmonies of #10B6BA
Complementary color
Monochromatic Colors of #10B6BA
Black with #10B6BA
Text Example
Text Example
White with #10B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B6BA; }
p { color: rgb(16,182,186); }
H1.HeaderClassName
{
color: #10B6BA;
}
.AnyTagClassName
{
color: #10B6BA;
}
</style>
background-color css
<style>
a { background-color: #10B6BA; }
a { background-color: rgb(16,182,186); }
div.DivClassName
{
background-color: #10B6BA;
}
.BgClassName
{
background-color: #10B6BA;
}
</style>
border-color css
<style>
span { border-color: #10B6BA; }
span { border-color: rgb(16,182,186); }
td.TdClassName
{
border-color: #10B6BA;
}
.TagClassName
{
border-color: #10B6BA;
}
</style>