Shades of Iris Blue #10BDC0
Tints of Iris Blue #10BDC0
RGB
CMYK
RGB Variations
Color information
#10BDC0 (or 0x10BDC0) is known color: Iris Blue. HEX triplet: 10, BD and C0. RGB value is (16,189,192). Sum of RGB (Red+Green+Blue) = 16+189+192=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #10BDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDC0 is #EF423F. Grayscale: #898989. Windows color (decimal): -15680064 or 12631312. OLE color: 12631312.
HSL color Cylindrical-coordinate representation of color #10BDC0: hue angle of 181.02º 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 #10BDC0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 189 | 192 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.25 |
| HSL | 181.02º | 0.85% | 0.41% | - |
| HSV(B) | 181.02º | 0.92% | 0.75% | - |
| XYZ | 27.93 | 40.31 | 56.18 | - |
| YUV | 137.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 192 | 0.92 | 0.02 | 0 | 0.25 | 181.02 | 0.85 | 0.41 |
| Hex | 10 | BD | C0 | 5C | 2 | 0 | 19 | B5 | 55 | 29 |
| Octal | 20 | 275 | 300 | 134 | 2 | 0 | 31 | 265 | 125 | 51 |
| Binary | 10000 | 10111101 | 11000000 | 1011100 | 10 | 0 | 11001 | 10110101 | 1010101 | 101001 |
Color Harmonies of #10BDC0
Complementary color
Monochromatic Colors of #10BDC0
Black with #10BDC0
Text Example
Text Example
White with #10BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDC0; }
p { color: rgb(16,189,192); }
H1.HeaderClassName
{
color: #10BDC0;
}
.AnyTagClassName
{
color: #10BDC0;
}
</style>
background-color css
<style>
a { background-color: #10BDC0; }
a { background-color: rgb(16,189,192); }
div.DivClassName
{
background-color: #10BDC0;
}
.BgClassName
{
background-color: #10BDC0;
}
</style>
border-color css
<style>
span { border-color: #10BDC0; }
span { border-color: rgb(16,189,192); }
td.TdClassName
{
border-color: #10BDC0;
}
.TagClassName
{
border-color: #10BDC0;
}
</style>