Shades of Iris Blue #07A9E3
Tints of Iris Blue #07A9E3
RGB
CMYK
RGB Variations
Color information
#07A9E3 (or 0x07A9E3) is known color: Iris Blue. HEX triplet: 07, A9 and E3. RGB value is (7,169,227). Sum of RGB (Red+Green+Blue) = 7+169+227=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #07A9E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A9E3 is #F8561C. Grayscale: #7E7E7E. Windows color (decimal): -16274973 or 14919943. OLE color: 14919943.
HSL color Cylindrical-coordinate representation of color #07A9E3: hue angle of 195.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A9E3 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 169 | 227 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.11 |
| HSL | 195.82º | 0.94% | 0.46% | - |
| HSV(B) | 195.82º | 0.97% | 0.89% | - |
| XYZ | 28.14 | 33.97 | 77.75 | - |
| YUV | 127.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 227 | 0.97 | 0.26 | 0 | 0.11 | 195.82 | 0.94 | 0.46 |
| Hex | 7 | A9 | E3 | 61 | 1A | 0 | B | C4 | 5E | 2E |
| Octal | 7 | 251 | 343 | 141 | 32 | 0 | 13 | 304 | 136 | 56 |
| Binary | 111 | 10101001 | 11100011 | 1100001 | 11010 | 0 | 1011 | 11000100 | 1011110 | 101110 |
Color Harmonies of #07A9E3
Complementary color
Monochromatic Colors of #07A9E3
Black with #07A9E3
Text Example
Text Example
White with #07A9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A9E3; }
p { color: rgb(7,169,227); }
H1.HeaderClassName
{
color: #07A9E3;
}
.AnyTagClassName
{
color: #07A9E3;
}
</style>
background-color css
<style>
a { background-color: #07A9E3; }
a { background-color: rgb(7,169,227); }
div.DivClassName
{
background-color: #07A9E3;
}
.BgClassName
{
background-color: #07A9E3;
}
</style>
border-color css
<style>
span { border-color: #07A9E3; }
span { border-color: rgb(7,169,227); }
td.TdClassName
{
border-color: #07A9E3;
}
.TagClassName
{
border-color: #07A9E3;
}
</style>