Shades of Iris Blue #07BAC0
Tints of Iris Blue #07BAC0
RGB
CMYK
RGB Variations
Color information
#07BAC0 (or 0x07BAC0) is known color: Iris Blue. HEX triplet: 07, BA and C0. RGB value is (7,186,192). Sum of RGB (Red+Green+Blue) = 7+186+192=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #07BAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BAC0 is #F8453F. Grayscale: #848484. Windows color (decimal): -16270656 or 12630535. OLE color: 12630535.
HSL color Cylindrical-coordinate representation of color #07BAC0: hue angle of 181.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BAC0 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 186 | 192 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.25 |
| HSL | 181.95º | 0.93% | 0.39% | - |
| HSV(B) | 181.95º | 0.96% | 0.75% | - |
| XYZ | 27.16 | 38.97 | 55.96 | - |
| YUV | 133.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 192 | 0.96 | 0.03 | 0 | 0.25 | 181.95 | 0.93 | 0.39 |
| Hex | 7 | BA | C0 | 60 | 3 | 0 | 19 | B6 | 5D | 27 |
| Octal | 7 | 272 | 300 | 140 | 3 | 0 | 31 | 266 | 135 | 47 |
| Binary | 111 | 10111010 | 11000000 | 1100000 | 11 | 0 | 11001 | 10110110 | 1011101 | 100111 |
Color Harmonies of #07BAC0
Complementary color
Monochromatic Colors of #07BAC0
Black with #07BAC0
Text Example
Text Example
White with #07BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAC0; }
p { color: rgb(7,186,192); }
H1.HeaderClassName
{
color: #07BAC0;
}
.AnyTagClassName
{
color: #07BAC0;
}
</style>
background-color css
<style>
a { background-color: #07BAC0; }
a { background-color: rgb(7,186,192); }
div.DivClassName
{
background-color: #07BAC0;
}
.BgClassName
{
background-color: #07BAC0;
}
</style>
border-color css
<style>
span { border-color: #07BAC0; }
span { border-color: rgb(7,186,192); }
td.TdClassName
{
border-color: #07BAC0;
}
.TagClassName
{
border-color: #07BAC0;
}
</style>