Shades of Iris Blue #07B7BA
Tints of Iris Blue #07B7BA
RGB
CMYK
RGB Variations
Color information
#07B7BA (or 0x07B7BA) is known color: Iris Blue. HEX triplet: 07, B7 and BA. RGB value is (7,183,186). Sum of RGB (Red+Green+Blue) = 7+183+186=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #07B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B7BA is #F84845. Grayscale: #828282. Windows color (decimal): -16271430 or 12236551. OLE color: 12236551.
HSL color Cylindrical-coordinate representation of color #07B7BA: hue angle of 181.01º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B7BA is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 183 | 186 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.27 |
| HSL | 181.01º | 0.93% | 0.38% | - |
| HSV(B) | 181.01º | 0.96% | 0.73% | - |
| XYZ | 25.88 | 37.46 | 52.32 | - |
| YUV | 130.72 | 159.19 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 186 | 0.96 | 0.02 | 0 | 0.27 | 181.01 | 0.93 | 0.38 |
| Hex | 7 | B7 | BA | 60 | 2 | 0 | 1B | B5 | 5D | 26 |
| Octal | 7 | 267 | 272 | 140 | 2 | 0 | 33 | 265 | 135 | 46 |
| Binary | 111 | 10110111 | 10111010 | 1100000 | 10 | 0 | 11011 | 10110101 | 1011101 | 100110 |
Color Harmonies of #07B7BA
Complementary color
Monochromatic Colors of #07B7BA
Black with #07B7BA
Text Example
Text Example
White with #07B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B7BA; }
p { color: rgb(7,183,186); }
H1.HeaderClassName
{
color: #07B7BA;
}
.AnyTagClassName
{
color: #07B7BA;
}
</style>
background-color css
<style>
a { background-color: #07B7BA; }
a { background-color: rgb(7,183,186); }
div.DivClassName
{
background-color: #07B7BA;
}
.BgClassName
{
background-color: #07B7BA;
}
</style>
border-color css
<style>
span { border-color: #07B7BA; }
span { border-color: rgb(7,183,186); }
td.TdClassName
{
border-color: #07B7BA;
}
.TagClassName
{
border-color: #07B7BA;
}
</style>