Shades of Iris Blue #07ACB3
Tints of Iris Blue #07ACB3
RGB
CMYK
RGB Variations
Color information
#07ACB3 (or 0x07ACB3) is known color: Iris Blue. HEX triplet: 07, AC and B3. RGB value is (7,172,179). Sum of RGB (Red+Green+Blue) = 7+172+179=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #07ACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ACB3 is #F8534C. Grayscale: #7B7B7B. Windows color (decimal): -16274253 or 11774983. OLE color: 11774983.
HSL color Cylindrical-coordinate representation of color #07ACB3: hue angle of 182.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACB3 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 172 | 179 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.30 |
| HSL | 182.44º | 0.92% | 0.36% | - |
| HSV(B) | 182.44º | 0.96% | 0.7% | - |
| XYZ | 22.98 | 32.8 | 47.77 | - |
| YUV | 123.46 | 159.34 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 179 | 0.96 | 0.04 | 0 | 0.30 | 182.44 | 0.92 | 0.36 |
| Hex | 7 | AC | B3 | 60 | 4 | 0 | 1E | B6 | 5C | 24 |
| Octal | 7 | 254 | 263 | 140 | 4 | 0 | 36 | 266 | 134 | 44 |
| Binary | 111 | 10101100 | 10110011 | 1100000 | 100 | 0 | 11110 | 10110110 | 1011100 | 100100 |
Color Harmonies of #07ACB3
Complementary color
Monochromatic Colors of #07ACB3
Black with #07ACB3
Text Example
Text Example
White with #07ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ACB3; }
p { color: rgb(7,172,179); }
H1.HeaderClassName
{
color: #07ACB3;
}
.AnyTagClassName
{
color: #07ACB3;
}
</style>
background-color css
<style>
a { background-color: #07ACB3; }
a { background-color: rgb(7,172,179); }
div.DivClassName
{
background-color: #07ACB3;
}
.BgClassName
{
background-color: #07ACB3;
}
</style>
border-color css
<style>
span { border-color: #07ACB3; }
span { border-color: rgb(7,172,179); }
td.TdClassName
{
border-color: #07ACB3;
}
.TagClassName
{
border-color: #07ACB3;
}
</style>