Shades of Iris Blue #07AAC2
Tints of Iris Blue #07AAC2
RGB
CMYK
RGB Variations
Color information
#07AAC2 (or 0x07AAC2) is known color: Iris Blue. HEX triplet: 07, AA and C2. RGB value is (7,170,194). Sum of RGB (Red+Green+Blue) = 7+170+194=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #07AAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAC2 is #F8553D. Grayscale: #7B7B7B. Windows color (decimal): -16274750 or 12757511. OLE color: 12757511.
HSL color Cylindrical-coordinate representation of color #07AAC2: hue angle of 187.7º 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 #07AAC2 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 170 | 194 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.24 |
| HSL | 187.7º | 0.93% | 0.39% | - |
| HSV(B) | 187.7º | 0.96% | 0.76% | - |
| XYZ | 24.2 | 32.69 | 56.07 | - |
| YUV | 124 | 167.5 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 194 | 0.96 | 0.12 | 0 | 0.24 | 187.7 | 0.93 | 0.39 |
| Hex | 7 | AA | C2 | 60 | C | 0 | 18 | BC | 5D | 27 |
| Octal | 7 | 252 | 302 | 140 | 14 | 0 | 30 | 274 | 135 | 47 |
| Binary | 111 | 10101010 | 11000010 | 1100000 | 1100 | 0 | 11000 | 10111100 | 1011101 | 100111 |
Color Harmonies of #07AAC2
Complementary color
Monochromatic Colors of #07AAC2
Black with #07AAC2
Text Example
Text Example
White with #07AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAC2; }
p { color: rgb(7,170,194); }
H1.HeaderClassName
{
color: #07AAC2;
}
.AnyTagClassName
{
color: #07AAC2;
}
</style>
background-color css
<style>
a { background-color: #07AAC2; }
a { background-color: rgb(7,170,194); }
div.DivClassName
{
background-color: #07AAC2;
}
.BgClassName
{
background-color: #07AAC2;
}
</style>
border-color css
<style>
span { border-color: #07AAC2; }
span { border-color: rgb(7,170,194); }
td.TdClassName
{
border-color: #07AAC2;
}
.TagClassName
{
border-color: #07AAC2;
}
</style>