Shades of Iris Blue #07ADC5
Tints of Iris Blue #07ADC5
RGB
CMYK
RGB Variations
Color information
#07ADC5 (or 0x07ADC5) is known color: Iris Blue. HEX triplet: 07, AD and C5. RGB value is (7,173,197). Sum of RGB (Red+Green+Blue) = 7+173+197=377 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #07ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADC5 is #F8523A. Grayscale: #7D7D7D. Windows color (decimal): -16273979 or 12954887. OLE color: 12954887.
HSL color Cylindrical-coordinate representation of color #07ADC5: hue angle of 187.58º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADC5 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 173 | 197 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.23 |
| HSL | 187.58º | 0.93% | 0.4% | - |
| HSV(B) | 187.58º | 0.96% | 0.77% | - |
| XYZ | 25.11 | 33.96 | 58.06 | - |
| YUV | 126.1 | 168 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 197 | 0.96 | 0.12 | 0 | 0.23 | 187.58 | 0.93 | 0.4 |
| Hex | 7 | AD | C5 | 60 | C | 0 | 17 | BC | 5D | 28 |
| Octal | 7 | 255 | 305 | 140 | 14 | 0 | 27 | 274 | 135 | 50 |
| Binary | 111 | 10101101 | 11000101 | 1100000 | 1100 | 0 | 10111 | 10111100 | 1011101 | 101000 |
Color Harmonies of #07ADC5
Complementary color
Monochromatic Colors of #07ADC5
Black with #07ADC5
Text Example
Text Example
White with #07ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADC5; }
p { color: rgb(7,173,197); }
H1.HeaderClassName
{
color: #07ADC5;
}
.AnyTagClassName
{
color: #07ADC5;
}
</style>
background-color css
<style>
a { background-color: #07ADC5; }
a { background-color: rgb(7,173,197); }
div.DivClassName
{
background-color: #07ADC5;
}
.BgClassName
{
background-color: #07ADC5;
}
</style>
border-color css
<style>
span { border-color: #07ADC5; }
span { border-color: rgb(7,173,197); }
td.TdClassName
{
border-color: #07ADC5;
}
.TagClassName
{
border-color: #07ADC5;
}
</style>