Shades of Iris Blue #07AABA
Tints of Iris Blue #07AABA
RGB
CMYK
RGB Variations
Color information
#07AABA (or 0x07AABA) is known color: Iris Blue. HEX triplet: 07, AA and BA. RGB value is (7,170,186). Sum of RGB (Red+Green+Blue) = 7+170+186=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #07AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AABA is #F85545. Grayscale: #7A7A7A. Windows color (decimal): -16274758 or 12233223. OLE color: 12233223.
HSL color Cylindrical-coordinate representation of color #07AABA: hue angle of 185.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AABA is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 170 | 186 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.27 |
| HSL | 185.36º | 0.93% | 0.38% | - |
| HSV(B) | 185.36º | 0.96% | 0.73% | - |
| XYZ | 23.33 | 32.34 | 51.47 | - |
| YUV | 123.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 186 | 0.96 | 0.09 | 0 | 0.27 | 185.36 | 0.93 | 0.38 |
| Hex | 7 | AA | BA | 60 | 9 | 0 | 1B | B9 | 5D | 26 |
| Octal | 7 | 252 | 272 | 140 | 11 | 0 | 33 | 271 | 135 | 46 |
| Binary | 111 | 10101010 | 10111010 | 1100000 | 1001 | 0 | 11011 | 10111001 | 1011101 | 100110 |
Color Harmonies of #07AABA
Complementary color
Monochromatic Colors of #07AABA
Black with #07AABA
Text Example
Text Example
White with #07AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AABA; }
p { color: rgb(7,170,186); }
H1.HeaderClassName
{
color: #07AABA;
}
.AnyTagClassName
{
color: #07AABA;
}
</style>
background-color css
<style>
a { background-color: #07AABA; }
a { background-color: rgb(7,170,186); }
div.DivClassName
{
background-color: #07AABA;
}
.BgClassName
{
background-color: #07AABA;
}
</style>
border-color css
<style>
span { border-color: #07AABA; }
span { border-color: rgb(7,170,186); }
td.TdClassName
{
border-color: #07AABA;
}
.TagClassName
{
border-color: #07AABA;
}
</style>