Shades of Iris Blue #07BACE
Tints of Iris Blue #07BACE
RGB
CMYK
RGB Variations
Color information
#07BACE (or 0x07BACE) is known color: Iris Blue. HEX triplet: 07, BA and CE. RGB value is (7,186,206). Sum of RGB (Red+Green+Blue) = 7+186+206=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #07BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BACE is #F84531. Grayscale: #868686. Windows color (decimal): -16270642 or 13548039. OLE color: 13548039.
HSL color Cylindrical-coordinate representation of color #07BACE: hue angle of 186.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BACE is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 186 | 206 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.19 |
| HSL | 186.03º | 0.93% | 0.42% | - |
| HSV(B) | 186.03º | 0.97% | 0.81% | - |
| XYZ | 28.79 | 39.62 | 64.52 | - |
| YUV | 134.76 | 168.2 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 206 | 0.97 | 0.10 | 0 | 0.19 | 186.03 | 0.93 | 0.42 |
| Hex | 7 | BA | CE | 61 | A | 0 | 13 | BA | 5D | 2A |
| Octal | 7 | 272 | 316 | 141 | 12 | 0 | 23 | 272 | 135 | 52 |
| Binary | 111 | 10111010 | 11001110 | 1100001 | 1010 | 0 | 10011 | 10111010 | 1011101 | 101010 |
Color Harmonies of #07BACE
Complementary color
Monochromatic Colors of #07BACE
Black with #07BACE
Text Example
Text Example
White with #07BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BACE; }
p { color: rgb(7,186,206); }
H1.HeaderClassName
{
color: #07BACE;
}
.AnyTagClassName
{
color: #07BACE;
}
</style>
background-color css
<style>
a { background-color: #07BACE; }
a { background-color: rgb(7,186,206); }
div.DivClassName
{
background-color: #07BACE;
}
.BgClassName
{
background-color: #07BACE;
}
</style>
border-color css
<style>
span { border-color: #07BACE; }
span { border-color: rgb(7,186,206); }
td.TdClassName
{
border-color: #07BACE;
}
.TagClassName
{
border-color: #07BACE;
}
</style>