Shades of Iris Blue #07ADBC
Tints of Iris Blue #07ADBC
RGB
CMYK
RGB Variations
Color information
#07ADBC (or 0x07ADBC) is known color: Iris Blue. HEX triplet: 07, AD and BC. RGB value is (7,173,188). Sum of RGB (Red+Green+Blue) = 7+173+188=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #07ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADBC is #F85243. Grayscale: #7C7C7C. Windows color (decimal): -16273988 or 12365063. OLE color: 12365063.
HSL color Cylindrical-coordinate representation of color #07ADBC: hue angle of 184.97º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADBC is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 173 | 188 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.26 |
| HSL | 184.97º | 0.93% | 0.38% | - |
| HSV(B) | 184.97º | 0.96% | 0.74% | - |
| XYZ | 24.11 | 33.56 | 52.78 | - |
| YUV | 125.08 | 163.5 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 188 | 0.96 | 0.08 | 0 | 0.26 | 184.97 | 0.93 | 0.38 |
| Hex | 7 | AD | BC | 60 | 8 | 0 | 1A | B9 | 5D | 26 |
| Octal | 7 | 255 | 274 | 140 | 10 | 0 | 32 | 271 | 135 | 46 |
| Binary | 111 | 10101101 | 10111100 | 1100000 | 1000 | 0 | 11010 | 10111001 | 1011101 | 100110 |
Color Harmonies of #07ADBC
Complementary color
Monochromatic Colors of #07ADBC
Black with #07ADBC
Text Example
Text Example
White with #07ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADBC; }
p { color: rgb(7,173,188); }
H1.HeaderClassName
{
color: #07ADBC;
}
.AnyTagClassName
{
color: #07ADBC;
}
</style>
background-color css
<style>
a { background-color: #07ADBC; }
a { background-color: rgb(7,173,188); }
div.DivClassName
{
background-color: #07ADBC;
}
.BgClassName
{
background-color: #07ADBC;
}
</style>
border-color css
<style>
span { border-color: #07ADBC; }
span { border-color: rgb(7,173,188); }
td.TdClassName
{
border-color: #07ADBC;
}
.TagClassName
{
border-color: #07ADBC;
}
</style>