Shades of Iris Blue #07A9C5
Tints of Iris Blue #07A9C5
RGB
CMYK
RGB Variations
Color information
#07A9C5 (or 0x07A9C5) is known color: Iris Blue. HEX triplet: 07, A9 and C5. RGB value is (7,169,197). Sum of RGB (Red+Green+Blue) = 7+169+197=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #07A9C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A9C5 is #F8563A. Grayscale: #7B7B7B. Windows color (decimal): -16275003 or 12953863. OLE color: 12953863.
HSL color Cylindrical-coordinate representation of color #07A9C5: hue angle of 188.84º 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 #07A9C5 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 169 | 197 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.23 |
| HSL | 188.84º | 0.93% | 0.4% | - |
| HSV(B) | 188.84º | 0.96% | 0.77% | - |
| XYZ | 24.35 | 32.45 | 57.8 | - |
| YUV | 123.75 | 169.33 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 197 | 0.96 | 0.14 | 0 | 0.23 | 188.84 | 0.93 | 0.4 |
| Hex | 7 | A9 | C5 | 60 | E | 0 | 17 | BD | 5D | 28 |
| Octal | 7 | 251 | 305 | 140 | 16 | 0 | 27 | 275 | 135 | 50 |
| Binary | 111 | 10101001 | 11000101 | 1100000 | 1110 | 0 | 10111 | 10111101 | 1011101 | 101000 |
Color Harmonies of #07A9C5
Complementary color
Monochromatic Colors of #07A9C5
Black with #07A9C5
Text Example
Text Example
White with #07A9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A9C5; }
p { color: rgb(7,169,197); }
H1.HeaderClassName
{
color: #07A9C5;
}
.AnyTagClassName
{
color: #07A9C5;
}
</style>
background-color css
<style>
a { background-color: #07A9C5; }
a { background-color: rgb(7,169,197); }
div.DivClassName
{
background-color: #07A9C5;
}
.BgClassName
{
background-color: #07A9C5;
}
</style>
border-color css
<style>
span { border-color: #07A9C5; }
span { border-color: rgb(7,169,197); }
td.TdClassName
{
border-color: #07A9C5;
}
.TagClassName
{
border-color: #07A9C5;
}
</style>