Shades of Iris Blue #07BAC4
Tints of Iris Blue #07BAC4
RGB
CMYK
RGB Variations
Color information
#07BAC4 (or 0x07BAC4) is known color: Iris Blue. HEX triplet: 07, BA and C4. RGB value is (7,186,196). Sum of RGB (Red+Green+Blue) = 7+186+196=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #07BAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BAC4 is #F8453B. Grayscale: #858585. Windows color (decimal): -16270652 or 12892679. OLE color: 12892679.
HSL color Cylindrical-coordinate representation of color #07BAC4: hue angle of 183.17º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BAC4 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 186 | 196 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.23 |
| HSL | 183.17º | 0.93% | 0.4% | - |
| HSV(B) | 183.17º | 0.96% | 0.77% | - |
| XYZ | 27.61 | 39.15 | 58.33 | - |
| YUV | 133.62 | 163.2 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 196 | 0.96 | 0.05 | 0 | 0.23 | 183.17 | 0.93 | 0.4 |
| Hex | 7 | BA | C4 | 60 | 5 | 0 | 17 | B7 | 5D | 28 |
| Octal | 7 | 272 | 304 | 140 | 5 | 0 | 27 | 267 | 135 | 50 |
| Binary | 111 | 10111010 | 11000100 | 1100000 | 101 | 0 | 10111 | 10110111 | 1011101 | 101000 |
Color Harmonies of #07BAC4
Complementary color
Monochromatic Colors of #07BAC4
Black with #07BAC4
Text Example
Text Example
White with #07BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAC4; }
p { color: rgb(7,186,196); }
H1.HeaderClassName
{
color: #07BAC4;
}
.AnyTagClassName
{
color: #07BAC4;
}
</style>
background-color css
<style>
a { background-color: #07BAC4; }
a { background-color: rgb(7,186,196); }
div.DivClassName
{
background-color: #07BAC4;
}
.BgClassName
{
background-color: #07BAC4;
}
</style>
border-color css
<style>
span { border-color: #07BAC4; }
span { border-color: rgb(7,186,196); }
td.TdClassName
{
border-color: #07BAC4;
}
.TagClassName
{
border-color: #07BAC4;
}
</style>