Shades of Iris Blue #07ACB7
Tints of Iris Blue #07ACB7
RGB
CMYK
RGB Variations
Color information
#07ACB7 (or 0x07ACB7) is known color: Iris Blue. HEX triplet: 07, AC and B7. RGB value is (7,172,183). Sum of RGB (Red+Green+Blue) = 7+172+183=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #07ACB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ACB7 is #F85348. Grayscale: #7B7B7B. Windows color (decimal): -16274249 or 12037127. OLE color: 12037127.
HSL color Cylindrical-coordinate representation of color #07ACB7: hue angle of 183.75º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACB7 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 172 | 183 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.28 |
| HSL | 183.75º | 0.93% | 0.37% | - |
| HSV(B) | 183.75º | 0.96% | 0.72% | - |
| XYZ | 23.39 | 32.97 | 49.93 | - |
| YUV | 123.92 | 161.34 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 183 | 0.96 | 0.06 | 0 | 0.28 | 183.75 | 0.93 | 0.37 |
| Hex | 7 | AC | B7 | 60 | 6 | 0 | 1C | B8 | 5D | 25 |
| Octal | 7 | 254 | 267 | 140 | 6 | 0 | 34 | 270 | 135 | 45 |
| Binary | 111 | 10101100 | 10110111 | 1100000 | 110 | 0 | 11100 | 10111000 | 1011101 | 100101 |
Color Harmonies of #07ACB7
Complementary color
Monochromatic Colors of #07ACB7
Black with #07ACB7
Text Example
Text Example
White with #07ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ACB7; }
p { color: rgb(7,172,183); }
H1.HeaderClassName
{
color: #07ACB7;
}
.AnyTagClassName
{
color: #07ACB7;
}
</style>
background-color css
<style>
a { background-color: #07ACB7; }
a { background-color: rgb(7,172,183); }
div.DivClassName
{
background-color: #07ACB7;
}
.BgClassName
{
background-color: #07ACB7;
}
</style>
border-color css
<style>
span { border-color: #07ACB7; }
span { border-color: rgb(7,172,183); }
td.TdClassName
{
border-color: #07ACB7;
}
.TagClassName
{
border-color: #07ACB7;
}
</style>