Shades of Iris Blue #07ADCD
Tints of Iris Blue #07ADCD
RGB
CMYK
RGB Variations
Color information
#07ADCD (or 0x07ADCD) is known color: Iris Blue. HEX triplet: 07, AD and CD. RGB value is (7,173,205). Sum of RGB (Red+Green+Blue) = 7+173+205=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #07ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADCD is #F85232. Grayscale: #7E7E7E. Windows color (decimal): -16273971 or 13479175. OLE color: 13479175.
HSL color Cylindrical-coordinate representation of color #07ADCD: hue angle of 189.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADCD is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 173 | 205 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.20 |
| HSL | 189.7º | 0.93% | 0.42% | - |
| HSV(B) | 189.7º | 0.97% | 0.8% | - |
| XYZ | 26.05 | 34.34 | 63.01 | - |
| YUV | 127.01 | 172 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 205 | 0.97 | 0.16 | 0 | 0.20 | 189.7 | 0.93 | 0.42 |
| Hex | 7 | AD | CD | 61 | 10 | 0 | 14 | BE | 5D | 2A |
| Octal | 7 | 255 | 315 | 141 | 20 | 0 | 24 | 276 | 135 | 52 |
| Binary | 111 | 10101101 | 11001101 | 1100001 | 10000 | 0 | 10100 | 10111110 | 1011101 | 101010 |
Color Harmonies of #07ADCD
Complementary color
Monochromatic Colors of #07ADCD
Black with #07ADCD
Text Example
Text Example
White with #07ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADCD; }
p { color: rgb(7,173,205); }
H1.HeaderClassName
{
color: #07ADCD;
}
.AnyTagClassName
{
color: #07ADCD;
}
</style>
background-color css
<style>
a { background-color: #07ADCD; }
a { background-color: rgb(7,173,205); }
div.DivClassName
{
background-color: #07ADCD;
}
.BgClassName
{
background-color: #07ADCD;
}
</style>
border-color css
<style>
span { border-color: #07ADCD; }
span { border-color: rgb(7,173,205); }
td.TdClassName
{
border-color: #07ADCD;
}
.TagClassName
{
border-color: #07ADCD;
}
</style>