Shades of Iris Blue #07A7E0
Tints of Iris Blue #07A7E0
RGB
CMYK
RGB Variations
Color information
#07A7E0 (or 0x07A7E0) is known color: Iris Blue. HEX triplet: 07, A7 and E0. RGB value is (7,167,224). Sum of RGB (Red+Green+Blue) = 7+167+224=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #07A7E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A7E0 is #F8581F. Grayscale: #7D7D7D. Windows color (decimal): -16275488 or 14722823. OLE color: 14722823.
HSL color Cylindrical-coordinate representation of color #07A7E0: hue angle of 195.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A7E0 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 167 | 224 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.12 |
| HSL | 195.76º | 0.94% | 0.45% | - |
| HSV(B) | 195.76º | 0.97% | 0.88% | - |
| XYZ | 27.36 | 33.06 | 75.46 | - |
| YUV | 125.66 | 183.49 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 167 | 224 | 0.97 | 0.25 | 0 | 0.12 | 195.76 | 0.94 | 0.45 |
| Hex | 7 | A7 | E0 | 61 | 19 | 0 | C | C4 | 5E | 2D |
| Octal | 7 | 247 | 340 | 141 | 31 | 0 | 14 | 304 | 136 | 55 |
| Binary | 111 | 10100111 | 11100000 | 1100001 | 11001 | 0 | 1100 | 11000100 | 1011110 | 101101 |
Color Harmonies of #07A7E0
Complementary color
Monochromatic Colors of #07A7E0
Black with #07A7E0
Text Example
Text Example
White with #07A7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A7E0; }
p { color: rgb(7,167,224); }
H1.HeaderClassName
{
color: #07A7E0;
}
.AnyTagClassName
{
color: #07A7E0;
}
</style>
background-color css
<style>
a { background-color: #07A7E0; }
a { background-color: rgb(7,167,224); }
div.DivClassName
{
background-color: #07A7E0;
}
.BgClassName
{
background-color: #07A7E0;
}
</style>
border-color css
<style>
span { border-color: #07A7E0; }
span { border-color: rgb(7,167,224); }
td.TdClassName
{
border-color: #07A7E0;
}
.TagClassName
{
border-color: #07A7E0;
}
</style>