Shades of Iris Blue #07AAB2
Tints of Iris Blue #07AAB2
RGB
CMYK
RGB Variations
Color information
#07AAB2 (or 0x07AAB2) is known color: Iris Blue. HEX triplet: 07, AA and B2. RGB value is (7,170,178). Sum of RGB (Red+Green+Blue) = 7+170+178=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #07AAB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AAB2 is #F8554D. Grayscale: #797979. Windows color (decimal): -16274766 or 11708935. OLE color: 11708935.
HSL color Cylindrical-coordinate representation of color #07AAB2: hue angle of 182.81º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAB2 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 170 | 178 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.30 |
| HSL | 182.81º | 0.92% | 0.36% | - |
| HSV(B) | 182.81º | 0.96% | 0.7% | - |
| XYZ | 22.5 | 32.01 | 47.11 | - |
| YUV | 122.18 | 159.5 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 178 | 0.96 | 0.04 | 0 | 0.30 | 182.81 | 0.92 | 0.36 |
| Hex | 7 | AA | B2 | 60 | 4 | 0 | 1E | B7 | 5C | 24 |
| Octal | 7 | 252 | 262 | 140 | 4 | 0 | 36 | 267 | 134 | 44 |
| Binary | 111 | 10101010 | 10110010 | 1100000 | 100 | 0 | 11110 | 10110111 | 1011100 | 100100 |
Color Harmonies of #07AAB2
Complementary color
Monochromatic Colors of #07AAB2
Black with #07AAB2
Text Example
Text Example
White with #07AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAB2; }
p { color: rgb(7,170,178); }
H1.HeaderClassName
{
color: #07AAB2;
}
.AnyTagClassName
{
color: #07AAB2;
}
</style>
background-color css
<style>
a { background-color: #07AAB2; }
a { background-color: rgb(7,170,178); }
div.DivClassName
{
background-color: #07AAB2;
}
.BgClassName
{
background-color: #07AAB2;
}
</style>
border-color css
<style>
span { border-color: #07AAB2; }
span { border-color: rgb(7,170,178); }
td.TdClassName
{
border-color: #07AAB2;
}
.TagClassName
{
border-color: #07AAB2;
}
</style>