Shades of Iris Blue #07B0BA
Tints of Iris Blue #07B0BA
RGB
CMYK
RGB Variations
Color information
#07B0BA (or 0x07B0BA) is known color: Iris Blue. HEX triplet: 07, B0 and BA. RGB value is (7,176,186). Sum of RGB (Red+Green+Blue) = 7+176+186=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #07B0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B0BA is #F84F45. Grayscale: #7E7E7E. Windows color (decimal): -16273222 or 12234759. OLE color: 12234759.
HSL color Cylindrical-coordinate representation of color #07B0BA: hue angle of 183.35º 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 #07B0BA is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 176 | 186 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.27 |
| HSL | 183.35º | 0.93% | 0.38% | - |
| HSV(B) | 183.35º | 0.96% | 0.73% | - |
| XYZ | 24.48 | 34.64 | 51.85 | - |
| YUV | 126.61 | 161.51 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 186 | 0.96 | 0.05 | 0 | 0.27 | 183.35 | 0.93 | 0.38 |
| Hex | 7 | B0 | BA | 60 | 5 | 0 | 1B | B7 | 5D | 26 |
| Octal | 7 | 260 | 272 | 140 | 5 | 0 | 33 | 267 | 135 | 46 |
| Binary | 111 | 10110000 | 10111010 | 1100000 | 101 | 0 | 11011 | 10110111 | 1011101 | 100110 |
Color Harmonies of #07B0BA
Complementary color
Monochromatic Colors of #07B0BA
Black with #07B0BA
Text Example
Text Example
White with #07B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0BA; }
p { color: rgb(7,176,186); }
H1.HeaderClassName
{
color: #07B0BA;
}
.AnyTagClassName
{
color: #07B0BA;
}
</style>
background-color css
<style>
a { background-color: #07B0BA; }
a { background-color: rgb(7,176,186); }
div.DivClassName
{
background-color: #07B0BA;
}
.BgClassName
{
background-color: #07B0BA;
}
</style>
border-color css
<style>
span { border-color: #07B0BA; }
span { border-color: rgb(7,176,186); }
td.TdClassName
{
border-color: #07B0BA;
}
.TagClassName
{
border-color: #07B0BA;
}
</style>