Shades of Iris Blue #07ACB1
Tints of Iris Blue #07ACB1
RGB
CMYK
RGB Variations
Color information
#07ACB1 (or 0x07ACB1) is known color: Iris Blue. HEX triplet: 07, AC and B1. RGB value is (7,172,177). Sum of RGB (Red+Green+Blue) = 7+172+177=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #07ACB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ACB1 is #F8534E. Grayscale: #7B7B7B. Windows color (decimal): -16274255 or 11643911. OLE color: 11643911.
HSL color Cylindrical-coordinate representation of color #07ACB1: hue angle of 181.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACB1 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 172 | 177 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.31 |
| HSL | 181.76º | 0.92% | 0.36% | - |
| HSV(B) | 181.76º | 0.96% | 0.69% | - |
| XYZ | 22.78 | 32.72 | 46.71 | - |
| YUV | 123.24 | 158.34 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 177 | 0.96 | 0.03 | 0 | 0.31 | 181.76 | 0.92 | 0.36 |
| Hex | 7 | AC | B1 | 60 | 3 | 0 | 1F | B6 | 5C | 24 |
| Octal | 7 | 254 | 261 | 140 | 3 | 0 | 37 | 266 | 134 | 44 |
| Binary | 111 | 10101100 | 10110001 | 1100000 | 11 | 0 | 11111 | 10110110 | 1011100 | 100100 |
Color Harmonies of #07ACB1
Complementary color
Monochromatic Colors of #07ACB1
Black with #07ACB1
Text Example
Text Example
White with #07ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ACB1; }
p { color: rgb(7,172,177); }
H1.HeaderClassName
{
color: #07ACB1;
}
.AnyTagClassName
{
color: #07ACB1;
}
</style>
background-color css
<style>
a { background-color: #07ACB1; }
a { background-color: rgb(7,172,177); }
div.DivClassName
{
background-color: #07ACB1;
}
.BgClassName
{
background-color: #07ACB1;
}
</style>
border-color css
<style>
span { border-color: #07ACB1; }
span { border-color: rgb(7,172,177); }
td.TdClassName
{
border-color: #07ACB1;
}
.TagClassName
{
border-color: #07ACB1;
}
</style>