Shades of Iris Blue #07ADB5
Tints of Iris Blue #07ADB5
RGB
CMYK
RGB Variations
Color information
#07ADB5 (or 0x07ADB5) is known color: Iris Blue. HEX triplet: 07, AD and B5. RGB value is (7,173,181). Sum of RGB (Red+Green+Blue) = 7+173+181=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #07ADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADB5 is #F8524A. Grayscale: #7C7C7C. Windows color (decimal): -16273995 or 11906311. OLE color: 11906311.
HSL color Cylindrical-coordinate representation of color #07ADB5: hue angle of 182.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADB5 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 173 | 181 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.29 |
| HSL | 182.76º | 0.93% | 0.37% | - |
| HSV(B) | 182.76º | 0.96% | 0.71% | - |
| XYZ | 23.37 | 33.27 | 48.91 | - |
| YUV | 124.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 181 | 0.96 | 0.04 | 0 | 0.29 | 182.76 | 0.93 | 0.37 |
| Hex | 7 | AD | B5 | 60 | 4 | 0 | 1D | B7 | 5D | 25 |
| Octal | 7 | 255 | 265 | 140 | 4 | 0 | 35 | 267 | 135 | 45 |
| Binary | 111 | 10101101 | 10110101 | 1100000 | 100 | 0 | 11101 | 10110111 | 1011101 | 100101 |
Color Harmonies of #07ADB5
Complementary color
Monochromatic Colors of #07ADB5
Black with #07ADB5
Text Example
Text Example
White with #07ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADB5; }
p { color: rgb(7,173,181); }
H1.HeaderClassName
{
color: #07ADB5;
}
.AnyTagClassName
{
color: #07ADB5;
}
</style>
background-color css
<style>
a { background-color: #07ADB5; }
a { background-color: rgb(7,173,181); }
div.DivClassName
{
background-color: #07ADB5;
}
.BgClassName
{
background-color: #07ADB5;
}
</style>
border-color css
<style>
span { border-color: #07ADB5; }
span { border-color: rgb(7,173,181); }
td.TdClassName
{
border-color: #07ADB5;
}
.TagClassName
{
border-color: #07ADB5;
}
</style>