Shades of Iris Blue #07ADB9
Tints of Iris Blue #07ADB9
RGB
CMYK
RGB Variations
Color information
#07ADB9 (or 0x07ADB9) is known color: Iris Blue. HEX triplet: 07, AD and B9. RGB value is (7,173,185). Sum of RGB (Red+Green+Blue) = 7+173+185=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #07ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADB9 is #F85246. Grayscale: #7C7C7C. Windows color (decimal): -16273991 or 12168455. OLE color: 12168455.
HSL color Cylindrical-coordinate representation of color #07ADB9: hue angle of 184.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADB9 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 173 | 185 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.27 |
| HSL | 184.04º | 0.93% | 0.38% | - |
| HSV(B) | 184.04º | 0.96% | 0.73% | - |
| XYZ | 23.79 | 33.44 | 51.1 | - |
| YUV | 124.73 | 162 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 185 | 0.96 | 0.06 | 0 | 0.27 | 184.04 | 0.93 | 0.38 |
| Hex | 7 | AD | B9 | 60 | 6 | 0 | 1B | B8 | 5D | 26 |
| Octal | 7 | 255 | 271 | 140 | 6 | 0 | 33 | 270 | 135 | 46 |
| Binary | 111 | 10101101 | 10111001 | 1100000 | 110 | 0 | 11011 | 10111000 | 1011101 | 100110 |
Color Harmonies of #07ADB9
Complementary color
Monochromatic Colors of #07ADB9
Black with #07ADB9
Text Example
Text Example
White with #07ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADB9; }
p { color: rgb(7,173,185); }
H1.HeaderClassName
{
color: #07ADB9;
}
.AnyTagClassName
{
color: #07ADB9;
}
</style>
background-color css
<style>
a { background-color: #07ADB9; }
a { background-color: rgb(7,173,185); }
div.DivClassName
{
background-color: #07ADB9;
}
.BgClassName
{
background-color: #07ADB9;
}
</style>
border-color css
<style>
span { border-color: #07ADB9; }
span { border-color: rgb(7,173,185); }
td.TdClassName
{
border-color: #07ADB9;
}
.TagClassName
{
border-color: #07ADB9;
}
</style>