Shades of Iris Blue #07BABA
Tints of Iris Blue #07BABA
RGB
CMYK
RGB Variations
Color information
#07BABA (or 0x07BABA) is known color: Iris Blue. HEX triplet: 07, BA and BA. RGB value is (7,186,186). Sum of RGB (Red+Green+Blue) = 7+186+186=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #07BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BABA is #F84545. Grayscale: #848484. Windows color (decimal): -16270662 or 12237319. OLE color: 12237319.
HSL color Cylindrical-coordinate representation of color #07BABA: hue angle of 180º 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 #07BABA is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 186 | - |
| CMYK | 0.96 | 0 | 0 | 0.27 |
| HSL | 180º | 0.93% | 0.38% | - |
| HSV(B) | 180º | 0.96% | 0.73% | - |
| XYZ | 26.51 | 38.71 | 52.53 | - |
| YUV | 132.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 186 | 0.96 | 0 | 0 | 0.27 | 180 | 0.93 | 0.38 |
| Hex | 7 | BA | BA | 60 | 0 | 0 | 1B | B4 | 5D | 26 |
| Octal | 7 | 272 | 272 | 140 | 0 | 0 | 33 | 264 | 135 | 46 |
| Binary | 111 | 10111010 | 10111010 | 1100000 | 0 | 0 | 11011 | 10110100 | 1011101 | 100110 |
Color Harmonies of #07BABA
Complementary color
Monochromatic Colors of #07BABA
Black with #07BABA
Text Example
Text Example
White with #07BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BABA; }
p { color: rgb(7,186,186); }
H1.HeaderClassName
{
color: #07BABA;
}
.AnyTagClassName
{
color: #07BABA;
}
</style>
background-color css
<style>
a { background-color: #07BABA; }
a { background-color: rgb(7,186,186); }
div.DivClassName
{
background-color: #07BABA;
}
.BgClassName
{
background-color: #07BABA;
}
</style>
border-color css
<style>
span { border-color: #07BABA; }
span { border-color: rgb(7,186,186); }
td.TdClassName
{
border-color: #07BABA;
}
.TagClassName
{
border-color: #07BABA;
}
</style>