Shades of Iris Blue #07ADE0
Tints of Iris Blue #07ADE0
RGB
CMYK
RGB Variations
Color information
#07ADE0 (or 0x07ADE0) is known color: Iris Blue. HEX triplet: 07, AD and E0. RGB value is (7,173,224). Sum of RGB (Red+Green+Blue) = 7+173+224=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #07ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADE0 is #F8521F. Grayscale: #808080. Windows color (decimal): -16273952 or 14724359. OLE color: 14724359.
HSL color Cylindrical-coordinate representation of color #07ADE0: hue angle of 194.1º 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 #07ADE0 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 173 | 224 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.12 |
| HSL | 194.1º | 0.94% | 0.45% | - |
| HSV(B) | 194.1º | 0.97% | 0.88% | - |
| XYZ | 28.49 | 35.31 | 75.84 | - |
| YUV | 129.18 | 181.5 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 224 | 0.97 | 0.23 | 0 | 0.12 | 194.1 | 0.94 | 0.45 |
| Hex | 7 | AD | E0 | 61 | 17 | 0 | C | C2 | 5E | 2D |
| Octal | 7 | 255 | 340 | 141 | 27 | 0 | 14 | 302 | 136 | 55 |
| Binary | 111 | 10101101 | 11100000 | 1100001 | 10111 | 0 | 1100 | 11000010 | 1011110 | 101101 |
Color Harmonies of #07ADE0
Complementary color
Monochromatic Colors of #07ADE0
Black with #07ADE0
Text Example
Text Example
White with #07ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADE0; }
p { color: rgb(7,173,224); }
H1.HeaderClassName
{
color: #07ADE0;
}
.AnyTagClassName
{
color: #07ADE0;
}
</style>
background-color css
<style>
a { background-color: #07ADE0; }
a { background-color: rgb(7,173,224); }
div.DivClassName
{
background-color: #07ADE0;
}
.BgClassName
{
background-color: #07ADE0;
}
</style>
border-color css
<style>
span { border-color: #07ADE0; }
span { border-color: rgb(7,173,224); }
td.TdClassName
{
border-color: #07ADE0;
}
.TagClassName
{
border-color: #07ADE0;
}
</style>