Shades of Iris Blue #07BAC2
Tints of Iris Blue #07BAC2
RGB
CMYK
RGB Variations
Color information
#07BAC2 (or 0x07BAC2) is known color: Iris Blue. HEX triplet: 07, BA and C2. RGB value is (7,186,194). Sum of RGB (Red+Green+Blue) = 7+186+194=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #07BAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BAC2 is #F8453D. Grayscale: #858585. Windows color (decimal): -16270654 or 12761607. OLE color: 12761607.
HSL color Cylindrical-coordinate representation of color #07BAC2: hue angle of 182.57º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BAC2 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 186 | 194 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.24 |
| HSL | 182.57º | 0.93% | 0.39% | - |
| HSV(B) | 182.57º | 0.96% | 0.76% | - |
| XYZ | 27.38 | 39.06 | 57.13 | - |
| YUV | 133.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 194 | 0.96 | 0.04 | 0 | 0.24 | 182.57 | 0.93 | 0.39 |
| Hex | 7 | BA | C2 | 60 | 4 | 0 | 18 | B7 | 5D | 27 |
| Octal | 7 | 272 | 302 | 140 | 4 | 0 | 30 | 267 | 135 | 47 |
| Binary | 111 | 10111010 | 11000010 | 1100000 | 100 | 0 | 11000 | 10110111 | 1011101 | 100111 |
Color Harmonies of #07BAC2
Complementary color
Monochromatic Colors of #07BAC2
Black with #07BAC2
Text Example
Text Example
White with #07BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAC2; }
p { color: rgb(7,186,194); }
H1.HeaderClassName
{
color: #07BAC2;
}
.AnyTagClassName
{
color: #07BAC2;
}
</style>
background-color css
<style>
a { background-color: #07BAC2; }
a { background-color: rgb(7,186,194); }
div.DivClassName
{
background-color: #07BAC2;
}
.BgClassName
{
background-color: #07BAC2;
}
</style>
border-color css
<style>
span { border-color: #07BAC2; }
span { border-color: rgb(7,186,194); }
td.TdClassName
{
border-color: #07BAC2;
}
.TagClassName
{
border-color: #07BAC2;
}
</style>