Shades of Iris Blue #07ADC6
Tints of Iris Blue #07ADC6
RGB
CMYK
RGB Variations
Color information
#07ADC6 (or 0x07ADC6) is known color: Iris Blue. HEX triplet: 07, AD and C6. RGB value is (7,173,198). Sum of RGB (Red+Green+Blue) = 7+173+198=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #07ADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADC6 is #F85239. Grayscale: #7D7D7D. Windows color (decimal): -16273978 or 13020423. OLE color: 13020423.
HSL color Cylindrical-coordinate representation of color #07ADC6: hue angle of 187.85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADC6 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 173 | 198 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.22 |
| HSL | 187.85º | 0.93% | 0.4% | - |
| HSV(B) | 187.85º | 0.96% | 0.78% | - |
| XYZ | 25.22 | 34.01 | 58.66 | - |
| YUV | 126.22 | 168.5 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 198 | 0.96 | 0.13 | 0 | 0.22 | 187.85 | 0.93 | 0.4 |
| Hex | 7 | AD | C6 | 60 | D | 0 | 16 | BC | 5D | 28 |
| Octal | 7 | 255 | 306 | 140 | 15 | 0 | 26 | 274 | 135 | 50 |
| Binary | 111 | 10101101 | 11000110 | 1100000 | 1101 | 0 | 10110 | 10111100 | 1011101 | 101000 |
Color Harmonies of #07ADC6
Complementary color
Monochromatic Colors of #07ADC6
Black with #07ADC6
Text Example
Text Example
White with #07ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADC6; }
p { color: rgb(7,173,198); }
H1.HeaderClassName
{
color: #07ADC6;
}
.AnyTagClassName
{
color: #07ADC6;
}
</style>
background-color css
<style>
a { background-color: #07ADC6; }
a { background-color: rgb(7,173,198); }
div.DivClassName
{
background-color: #07ADC6;
}
.BgClassName
{
background-color: #07ADC6;
}
</style>
border-color css
<style>
span { border-color: #07ADC6; }
span { border-color: rgb(7,173,198); }
td.TdClassName
{
border-color: #07ADC6;
}
.TagClassName
{
border-color: #07ADC6;
}
</style>