Shades of Iris Blue #03ACB6
Tints of Iris Blue #03ACB6
RGB
CMYK
RGB Variations
Color information
#03ACB6 (or 0x03ACB6) is known color: Iris Blue. HEX triplet: 03, AC and B6. RGB value is (3,172,182). Sum of RGB (Red+Green+Blue) = 3+172+182=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #03ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACB6 is #FC5349. Grayscale: #7A7A7A. Windows color (decimal): -16536394 or 11971587. OLE color: 11971587.
HSL color Cylindrical-coordinate representation of color #03ACB6: hue angle of 183.35º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ACB6 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 172 | 182 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.29 |
| HSL | 183.35º | 0.97% | 0.36% | - |
| HSV(B) | 183.35º | 0.98% | 0.71% | - |
| XYZ | 23.23 | 32.9 | 49.38 | - |
| YUV | 122.61 | 161.51 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 182 | 0.98 | 0.05 | 0 | 0.29 | 183.35 | 0.97 | 0.36 |
| Hex | 3 | AC | B6 | 62 | 5 | 0 | 1D | B7 | 61 | 24 |
| Octal | 3 | 254 | 266 | 142 | 5 | 0 | 35 | 267 | 141 | 44 |
| Binary | 11 | 10101100 | 10110110 | 1100010 | 101 | 0 | 11101 | 10110111 | 1100001 | 100100 |
Color Harmonies of #03ACB6
Complementary color
Monochromatic Colors of #03ACB6
Black with #03ACB6
Text Example
Text Example
White with #03ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACB6; }
p { color: rgb(3,172,182); }
H1.HeaderClassName
{
color: #03ACB6;
}
.AnyTagClassName
{
color: #03ACB6;
}
</style>
background-color css
<style>
a { background-color: #03ACB6; }
a { background-color: rgb(3,172,182); }
div.DivClassName
{
background-color: #03ACB6;
}
.BgClassName
{
background-color: #03ACB6;
}
</style>
border-color css
<style>
span { border-color: #03ACB6; }
span { border-color: rgb(3,172,182); }
td.TdClassName
{
border-color: #03ACB6;
}
.TagClassName
{
border-color: #03ACB6;
}
</style>