Shades of Iris Blue #07ADD7
Tints of Iris Blue #07ADD7
RGB
CMYK
RGB Variations
Color information
#07ADD7 (or 0x07ADD7) is known color: Iris Blue. HEX triplet: 07, AD and D7. RGB value is (7,173,215). Sum of RGB (Red+Green+Blue) = 7+173+215=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #07ADD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADD7 is #F85228. Grayscale: #7F7F7F. Windows color (decimal): -16273961 or 14134535. OLE color: 14134535.
HSL color Cylindrical-coordinate representation of color #07ADD7: hue angle of 192.12º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADD7 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 173 | 215 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.16 |
| HSL | 192.12º | 0.94% | 0.44% | - |
| HSV(B) | 192.12º | 0.97% | 0.84% | - |
| XYZ | 27.3 | 34.84 | 69.58 | - |
| YUV | 128.15 | 177 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 215 | 0.97 | 0.20 | 0 | 0.16 | 192.12 | 0.94 | 0.44 |
| Hex | 7 | AD | D7 | 61 | 14 | 0 | 10 | C0 | 5E | 2C |
| Octal | 7 | 255 | 327 | 141 | 24 | 0 | 20 | 300 | 136 | 54 |
| Binary | 111 | 10101101 | 11010111 | 1100001 | 10100 | 0 | 10000 | 11000000 | 1011110 | 101100 |
Color Harmonies of #07ADD7
Complementary color
Monochromatic Colors of #07ADD7
Black with #07ADD7
Text Example
Text Example
White with #07ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADD7; }
p { color: rgb(7,173,215); }
H1.HeaderClassName
{
color: #07ADD7;
}
.AnyTagClassName
{
color: #07ADD7;
}
</style>
background-color css
<style>
a { background-color: #07ADD7; }
a { background-color: rgb(7,173,215); }
div.DivClassName
{
background-color: #07ADD7;
}
.BgClassName
{
background-color: #07ADD7;
}
</style>
border-color css
<style>
span { border-color: #07ADD7; }
span { border-color: rgb(7,173,215); }
td.TdClassName
{
border-color: #07ADD7;
}
.TagClassName
{
border-color: #07ADD7;
}
</style>