Shades of Iris Blue #10BFBD
Tints of Iris Blue #10BFBD
RGB
CMYK
RGB Variations
Color information
#10BFBD (or 0x10BFBD) is known color: Iris Blue. HEX triplet: 10, BF and BD. RGB value is (16,191,189). Sum of RGB (Red+Green+Blue) = 16+191+189=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFBD is #EF4042. Grayscale: #8A8A8A. Windows color (decimal): -15679555 or 12435216. OLE color: 12435216.
HSL color Cylindrical-coordinate representation of color #10BFBD: hue angle of 179.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BFBD is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 189 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.25 |
| HSL | 179.31º | 0.85% | 0.41% | - |
| HSV(B) | 179.31º | 0.92% | 0.75% | - |
| XYZ | 28.03 | 41.05 | 54.59 | - |
| YUV | 138.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 189 | 0.92 | 0 | 0.01 | 0.25 | 179.31 | 0.85 | 0.41 |
| Hex | 10 | BF | BD | 5C | 0 | 1 | 19 | B3 | 55 | 29 |
| Octal | 20 | 277 | 275 | 134 | 0 | 1 | 31 | 263 | 125 | 51 |
| Binary | 10000 | 10111111 | 10111101 | 1011100 | 0 | 1 | 11001 | 10110011 | 1010101 | 101001 |
Color Harmonies of #10BFBD
Complementary color
Monochromatic Colors of #10BFBD
Black with #10BFBD
Text Example
Text Example
White with #10BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFBD; }
p { color: rgb(16,191,189); }
H1.HeaderClassName
{
color: #10BFBD;
}
.AnyTagClassName
{
color: #10BFBD;
}
</style>
background-color css
<style>
a { background-color: #10BFBD; }
a { background-color: rgb(16,191,189); }
div.DivClassName
{
background-color: #10BFBD;
}
.BgClassName
{
background-color: #10BFBD;
}
</style>
border-color css
<style>
span { border-color: #10BFBD; }
span { border-color: rgb(16,191,189); }
td.TdClassName
{
border-color: #10BFBD;
}
.TagClassName
{
border-color: #10BFBD;
}
</style>