Shades of Iris Blue #07AAC4
Tints of Iris Blue #07AAC4
RGB
CMYK
RGB Variations
Color information
#07AAC4 (or 0x07AAC4) is known color: Iris Blue. HEX triplet: 07, AA and C4. RGB value is (7,170,196). Sum of RGB (Red+Green+Blue) = 7+170+196=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #07AAC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAC4 is #F8553B. Grayscale: #7B7B7B. Windows color (decimal): -16274748 or 12888583. OLE color: 12888583.
HSL color Cylindrical-coordinate representation of color #07AAC4: hue angle of 188.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAC4 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 170 | 196 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.23 |
| HSL | 188.25º | 0.93% | 0.4% | - |
| HSV(B) | 188.25º | 0.96% | 0.77% | - |
| XYZ | 24.43 | 32.78 | 57.26 | - |
| YUV | 124.23 | 168.5 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 196 | 0.96 | 0.13 | 0 | 0.23 | 188.25 | 0.93 | 0.4 |
| Hex | 7 | AA | C4 | 60 | D | 0 | 17 | BC | 5D | 28 |
| Octal | 7 | 252 | 304 | 140 | 15 | 0 | 27 | 274 | 135 | 50 |
| Binary | 111 | 10101010 | 11000100 | 1100000 | 1101 | 0 | 10111 | 10111100 | 1011101 | 101000 |
Color Harmonies of #07AAC4
Complementary color
Monochromatic Colors of #07AAC4
Black with #07AAC4
Text Example
Text Example
White with #07AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAC4; }
p { color: rgb(7,170,196); }
H1.HeaderClassName
{
color: #07AAC4;
}
.AnyTagClassName
{
color: #07AAC4;
}
</style>
background-color css
<style>
a { background-color: #07AAC4; }
a { background-color: rgb(7,170,196); }
div.DivClassName
{
background-color: #07AAC4;
}
.BgClassName
{
background-color: #07AAC4;
}
</style>
border-color css
<style>
span { border-color: #07AAC4; }
span { border-color: rgb(7,170,196); }
td.TdClassName
{
border-color: #07AAC4;
}
.TagClassName
{
border-color: #07AAC4;
}
</style>