Shades of Iris Blue #10BEB9
Tints of Iris Blue #10BEB9
RGB
CMYK
RGB Variations
Color information
#10BEB9 (or 0x10BEB9) is known color: Iris Blue. HEX triplet: 10, BE and B9. RGB value is (16,190,185). Sum of RGB (Red+Green+Blue) = 16+190+185=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEB9 is #EF4146. Grayscale: #898989. Windows color (decimal): -15679815 or 12172816. OLE color: 12172816.
HSL color Cylindrical-coordinate representation of color #10BEB9: hue angle of 178.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BEB9 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 185 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.25 |
| HSL | 178.28º | 0.84% | 0.4% | - |
| HSV(B) | 178.28º | 0.92% | 0.75% | - |
| XYZ | 27.38 | 40.44 | 52.26 | - |
| YUV | 137.4 | 154.85 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 185 | 0.92 | 0 | 0.03 | 0.25 | 178.28 | 0.84 | 0.4 |
| Hex | 10 | BE | B9 | 5C | 0 | 3 | 19 | B2 | 54 | 28 |
| Octal | 20 | 276 | 271 | 134 | 0 | 3 | 31 | 262 | 124 | 50 |
| Binary | 10000 | 10111110 | 10111001 | 1011100 | 0 | 11 | 11001 | 10110010 | 1010100 | 101000 |
Color Harmonies of #10BEB9
Complementary color
Monochromatic Colors of #10BEB9
Black with #10BEB9
Text Example
Text Example
White with #10BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEB9; }
p { color: rgb(16,190,185); }
H1.HeaderClassName
{
color: #10BEB9;
}
.AnyTagClassName
{
color: #10BEB9;
}
</style>
background-color css
<style>
a { background-color: #10BEB9; }
a { background-color: rgb(16,190,185); }
div.DivClassName
{
background-color: #10BEB9;
}
.BgClassName
{
background-color: #10BEB9;
}
</style>
border-color css
<style>
span { border-color: #10BEB9; }
span { border-color: rgb(16,190,185); }
td.TdClassName
{
border-color: #10BEB9;
}
.TagClassName
{
border-color: #10BEB9;
}
</style>