Shades of Iris Blue #07ADBD
Tints of Iris Blue #07ADBD
RGB
CMYK
RGB Variations
Color information
#07ADBD (or 0x07ADBD) is known color: Iris Blue. HEX triplet: 07, AD and BD. RGB value is (7,173,189). Sum of RGB (Red+Green+Blue) = 7+173+189=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #07ADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADBD is #F85242. Grayscale: #7C7C7C. Windows color (decimal): -16273987 or 12430599. OLE color: 12430599.
HSL color Cylindrical-coordinate representation of color #07ADBD: hue angle of 185.27º 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 #07ADBD is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 173 | 189 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.26 |
| HSL | 185.27º | 0.93% | 0.38% | - |
| HSV(B) | 185.27º | 0.96% | 0.74% | - |
| XYZ | 24.22 | 33.61 | 53.35 | - |
| YUV | 125.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 189 | 0.96 | 0.08 | 0 | 0.26 | 185.27 | 0.93 | 0.38 |
| Hex | 7 | AD | BD | 60 | 8 | 0 | 1A | B9 | 5D | 26 |
| Octal | 7 | 255 | 275 | 140 | 10 | 0 | 32 | 271 | 135 | 46 |
| Binary | 111 | 10101101 | 10111101 | 1100000 | 1000 | 0 | 11010 | 10111001 | 1011101 | 100110 |
Color Harmonies of #07ADBD
Complementary color
Monochromatic Colors of #07ADBD
Black with #07ADBD
Text Example
Text Example
White with #07ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADBD; }
p { color: rgb(7,173,189); }
H1.HeaderClassName
{
color: #07ADBD;
}
.AnyTagClassName
{
color: #07ADBD;
}
</style>
background-color css
<style>
a { background-color: #07ADBD; }
a { background-color: rgb(7,173,189); }
div.DivClassName
{
background-color: #07ADBD;
}
.BgClassName
{
background-color: #07ADBD;
}
</style>
border-color css
<style>
span { border-color: #07ADBD; }
span { border-color: rgb(7,173,189); }
td.TdClassName
{
border-color: #07ADBD;
}
.TagClassName
{
border-color: #07ADBD;
}
</style>