Shades of Iris Blue #03ACB4
Tints of Iris Blue #03ACB4
RGB
CMYK
RGB Variations
Color information
#03ACB4 (or 0x03ACB4) is known color: Iris Blue. HEX triplet: 03, AC and B4. RGB value is (3,172,180). Sum of RGB (Red+Green+Blue) = 3+172+180=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #03ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACB4 is #FC534B. Grayscale: #7A7A7A. Windows color (decimal): -16536396 or 11840515. OLE color: 11840515.
HSL color Cylindrical-coordinate representation of color #03ACB4: hue angle of 182.71º 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 #03ACB4 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 172 | 180 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.29 |
| HSL | 182.71º | 0.97% | 0.36% | - |
| HSV(B) | 182.71º | 0.98% | 0.71% | - |
| XYZ | 23.03 | 32.82 | 48.3 | - |
| YUV | 122.38 | 160.51 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 180 | 0.98 | 0.04 | 0 | 0.29 | 182.71 | 0.97 | 0.36 |
| Hex | 3 | AC | B4 | 62 | 4 | 0 | 1D | B7 | 61 | 24 |
| Octal | 3 | 254 | 264 | 142 | 4 | 0 | 35 | 267 | 141 | 44 |
| Binary | 11 | 10101100 | 10110100 | 1100010 | 100 | 0 | 11101 | 10110111 | 1100001 | 100100 |
Color Harmonies of #03ACB4
Complementary color
Monochromatic Colors of #03ACB4
Black with #03ACB4
Text Example
Text Example
White with #03ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACB4; }
p { color: rgb(3,172,180); }
H1.HeaderClassName
{
color: #03ACB4;
}
.AnyTagClassName
{
color: #03ACB4;
}
</style>
background-color css
<style>
a { background-color: #03ACB4; }
a { background-color: rgb(3,172,180); }
div.DivClassName
{
background-color: #03ACB4;
}
.BgClassName
{
background-color: #03ACB4;
}
</style>
border-color css
<style>
span { border-color: #03ACB4; }
span { border-color: rgb(3,172,180); }
td.TdClassName
{
border-color: #03ACB4;
}
.TagClassName
{
border-color: #03ACB4;
}
</style>