Shades of Iris Blue #07AAC3
Tints of Iris Blue #07AAC3
RGB
CMYK
RGB Variations
Color information
#07AAC3 (or 0x07AAC3) is known color: Iris Blue. HEX triplet: 07, AA and C3. RGB value is (7,170,195). Sum of RGB (Red+Green+Blue) = 7+170+195=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #07AAC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAC3 is #F8553C. Grayscale: #7B7B7B. Windows color (decimal): -16274749 or 12823047. OLE color: 12823047.
HSL color Cylindrical-coordinate representation of color #07AAC3: hue angle of 187.98º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAC3 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 170 | 195 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.24 |
| HSL | 187.98º | 0.93% | 0.4% | - |
| HSV(B) | 187.98º | 0.96% | 0.76% | - |
| XYZ | 24.31 | 32.73 | 56.67 | - |
| YUV | 124.11 | 168 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 195 | 0.96 | 0.13 | 0 | 0.24 | 187.98 | 0.93 | 0.4 |
| Hex | 7 | AA | C3 | 60 | D | 0 | 18 | BC | 5D | 28 |
| Octal | 7 | 252 | 303 | 140 | 15 | 0 | 30 | 274 | 135 | 50 |
| Binary | 111 | 10101010 | 11000011 | 1100000 | 1101 | 0 | 11000 | 10111100 | 1011101 | 101000 |
Color Harmonies of #07AAC3
Complementary color
Monochromatic Colors of #07AAC3
Black with #07AAC3
Text Example
Text Example
White with #07AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAC3; }
p { color: rgb(7,170,195); }
H1.HeaderClassName
{
color: #07AAC3;
}
.AnyTagClassName
{
color: #07AAC3;
}
</style>
background-color css
<style>
a { background-color: #07AAC3; }
a { background-color: rgb(7,170,195); }
div.DivClassName
{
background-color: #07AAC3;
}
.BgClassName
{
background-color: #07AAC3;
}
</style>
border-color css
<style>
span { border-color: #07AAC3; }
span { border-color: rgb(7,170,195); }
td.TdClassName
{
border-color: #07AAC3;
}
.TagClassName
{
border-color: #07AAC3;
}
</style>