Shades of Iris Blue #10BABB
Tints of Iris Blue #10BABB
RGB
CMYK
RGB Variations
Color information
#10BABB (or 0x10BABB) is known color: Iris Blue. HEX triplet: 10, BA and BB. RGB value is (16,186,187). Sum of RGB (Red+Green+Blue) = 16+186+187=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #10BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BABB is #EF4544. Grayscale: #878787. Windows color (decimal): -15680837 or 12302864. OLE color: 12302864.
HSL color Cylindrical-coordinate representation of color #10BABB: hue angle of 180.35º 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 #10BABB is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 187 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.27 |
| HSL | 180.35º | 0.84% | 0.4% | - |
| HSV(B) | 180.35º | 0.91% | 0.73% | - |
| XYZ | 26.74 | 38.82 | 53.1 | - |
| YUV | 135.28 | 157.18 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 187 | 0.91 | 0.01 | 0 | 0.27 | 180.35 | 0.84 | 0.4 |
| Hex | 10 | BA | BB | 5B | 1 | 0 | 1B | B4 | 54 | 28 |
| Octal | 20 | 272 | 273 | 133 | 1 | 0 | 33 | 264 | 124 | 50 |
| Binary | 10000 | 10111010 | 10111011 | 1011011 | 1 | 0 | 11011 | 10110100 | 1010100 | 101000 |
Color Harmonies of #10BABB
Complementary color
Monochromatic Colors of #10BABB
Black with #10BABB
Text Example
Text Example
White with #10BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BABB; }
p { color: rgb(16,186,187); }
H1.HeaderClassName
{
color: #10BABB;
}
.AnyTagClassName
{
color: #10BABB;
}
</style>
background-color css
<style>
a { background-color: #10BABB; }
a { background-color: rgb(16,186,187); }
div.DivClassName
{
background-color: #10BABB;
}
.BgClassName
{
background-color: #10BABB;
}
</style>
border-color css
<style>
span { border-color: #10BABB; }
span { border-color: rgb(16,186,187); }
td.TdClassName
{
border-color: #10BABB;
}
.TagClassName
{
border-color: #10BABB;
}
</style>