Shades of Iris Blue #07BACB
Tints of Iris Blue #07BACB
RGB
CMYK
RGB Variations
Color information
#07BACB (or 0x07BACB) is known color: Iris Blue. HEX triplet: 07, BA and CB. RGB value is (7,186,203). Sum of RGB (Red+Green+Blue) = 7+186+203=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #07BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BACB is #F84534. Grayscale: #868686. Windows color (decimal): -16270645 or 13351431. OLE color: 13351431.
HSL color Cylindrical-coordinate representation of color #07BACB: hue angle of 185.2º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BACB is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 186 | 203 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.20 |
| HSL | 185.2º | 0.93% | 0.41% | - |
| HSV(B) | 185.2º | 0.97% | 0.8% | - |
| XYZ | 28.43 | 39.47 | 62.62 | - |
| YUV | 134.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 203 | 0.97 | 0.08 | 0 | 0.20 | 185.2 | 0.93 | 0.41 |
| Hex | 7 | BA | CB | 61 | 8 | 0 | 14 | B9 | 5D | 29 |
| Octal | 7 | 272 | 313 | 141 | 10 | 0 | 24 | 271 | 135 | 51 |
| Binary | 111 | 10111010 | 11001011 | 1100001 | 1000 | 0 | 10100 | 10111001 | 1011101 | 101001 |
Color Harmonies of #07BACB
Complementary color
Monochromatic Colors of #07BACB
Black with #07BACB
Text Example
Text Example
White with #07BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BACB; }
p { color: rgb(7,186,203); }
H1.HeaderClassName
{
color: #07BACB;
}
.AnyTagClassName
{
color: #07BACB;
}
</style>
background-color css
<style>
a { background-color: #07BACB; }
a { background-color: rgb(7,186,203); }
div.DivClassName
{
background-color: #07BACB;
}
.BgClassName
{
background-color: #07BACB;
}
</style>
border-color css
<style>
span { border-color: #07BACB; }
span { border-color: rgb(7,186,203); }
td.TdClassName
{
border-color: #07BACB;
}
.TagClassName
{
border-color: #07BACB;
}
</style>