Shades of Iris Blue #07BCB9
Tints of Iris Blue #07BCB9
RGB
CMYK
RGB Variations
Color information
#07BCB9 (or 0x07BCB9) is known color: Iris Blue. HEX triplet: 07, BC and B9. RGB value is (7,188,185). Sum of RGB (Red+Green+Blue) = 7+188+185=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCB9 is #F84346. Grayscale: #858585. Windows color (decimal): -16270151 or 12172295. OLE color: 12172295.
HSL color Cylindrical-coordinate representation of color #07BCB9: hue angle of 179.01º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCB9 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 185 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.26 |
| HSL | 179.01º | 0.93% | 0.38% | - |
| HSV(B) | 179.01º | 0.96% | 0.74% | - |
| XYZ | 26.83 | 39.51 | 52.11 | - |
| YUV | 133.54 | 157.03 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 185 | 0.96 | 0 | 0.02 | 0.26 | 179.01 | 0.93 | 0.38 |
| Hex | 7 | BC | B9 | 60 | 0 | 2 | 1A | B3 | 5D | 26 |
| Octal | 7 | 274 | 271 | 140 | 0 | 2 | 32 | 263 | 135 | 46 |
| Binary | 111 | 10111100 | 10111001 | 1100000 | 0 | 10 | 11010 | 10110011 | 1011101 | 100110 |
Color Harmonies of #07BCB9
Complementary color
Monochromatic Colors of #07BCB9
Black with #07BCB9
Text Example
Text Example
White with #07BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCB9; }
p { color: rgb(7,188,185); }
H1.HeaderClassName
{
color: #07BCB9;
}
.AnyTagClassName
{
color: #07BCB9;
}
</style>
background-color css
<style>
a { background-color: #07BCB9; }
a { background-color: rgb(7,188,185); }
div.DivClassName
{
background-color: #07BCB9;
}
.BgClassName
{
background-color: #07BCB9;
}
</style>
border-color css
<style>
span { border-color: #07BCB9; }
span { border-color: rgb(7,188,185); }
td.TdClassName
{
border-color: #07BCB9;
}
.TagClassName
{
border-color: #07BCB9;
}
</style>