Shades of Iris Blue #03ACB9
Tints of Iris Blue #03ACB9
RGB
CMYK
RGB Variations
Color information
#03ACB9 (or 0x03ACB9) is known color: Iris Blue. HEX triplet: 03, AC and B9. RGB value is (3,172,185). Sum of RGB (Red+Green+Blue) = 3+172+185=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #03ACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACB9 is #FC5346. Grayscale: #7A7A7A. Windows color (decimal): -16536391 or 12168195. OLE color: 12168195.
HSL color Cylindrical-coordinate representation of color #03ACB9: hue angle of 184.29º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ACB9 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 172 | 185 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.27 |
| HSL | 184.29º | 0.97% | 0.37% | - |
| HSV(B) | 184.29º | 0.98% | 0.73% | - |
| XYZ | 23.55 | 33.03 | 51.03 | - |
| YUV | 122.95 | 163.01 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 185 | 0.98 | 0.07 | 0 | 0.27 | 184.29 | 0.97 | 0.37 |
| Hex | 3 | AC | B9 | 62 | 7 | 0 | 1B | B8 | 61 | 25 |
| Octal | 3 | 254 | 271 | 142 | 7 | 0 | 33 | 270 | 141 | 45 |
| Binary | 11 | 10101100 | 10111001 | 1100010 | 111 | 0 | 11011 | 10111000 | 1100001 | 100101 |
Color Harmonies of #03ACB9
Complementary color
Monochromatic Colors of #03ACB9
Black with #03ACB9
Text Example
Text Example
White with #03ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACB9; }
p { color: rgb(3,172,185); }
H1.HeaderClassName
{
color: #03ACB9;
}
.AnyTagClassName
{
color: #03ACB9;
}
</style>
background-color css
<style>
a { background-color: #03ACB9; }
a { background-color: rgb(3,172,185); }
div.DivClassName
{
background-color: #03ACB9;
}
.BgClassName
{
background-color: #03ACB9;
}
</style>
border-color css
<style>
span { border-color: #03ACB9; }
span { border-color: rgb(3,172,185); }
td.TdClassName
{
border-color: #03ACB9;
}
.TagClassName
{
border-color: #03ACB9;
}
</style>