Shades of Iris Blue #03AAC6
Tints of Iris Blue #03AAC6
RGB
CMYK
RGB Variations
Color information
#03AAC6 (or 0x03AAC6) is known color: Iris Blue. HEX triplet: 03, AA and C6. RGB value is (3,170,198). Sum of RGB (Red+Green+Blue) = 3+170+198=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #03AAC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AAC6 is #FC5539. Grayscale: #7A7A7A. Windows color (decimal): -16536890 or 13019651. OLE color: 13019651.
HSL color Cylindrical-coordinate representation of color #03AAC6: hue angle of 188.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AAC6 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 170 | 198 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.22 |
| HSL | 188.62º | 0.97% | 0.39% | - |
| HSV(B) | 188.62º | 0.98% | 0.78% | - |
| XYZ | 24.61 | 32.85 | 58.47 | - |
| YUV | 123.26 | 170.17 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 198 | 0.98 | 0.14 | 0 | 0.22 | 188.62 | 0.97 | 0.39 |
| Hex | 3 | AA | C6 | 62 | E | 0 | 16 | BD | 61 | 27 |
| Octal | 3 | 252 | 306 | 142 | 16 | 0 | 26 | 275 | 141 | 47 |
| Binary | 11 | 10101010 | 11000110 | 1100010 | 1110 | 0 | 10110 | 10111101 | 1100001 | 100111 |
Color Harmonies of #03AAC6
Complementary color
Monochromatic Colors of #03AAC6
Black with #03AAC6
Text Example
Text Example
White with #03AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AAC6; }
p { color: rgb(3,170,198); }
H1.HeaderClassName
{
color: #03AAC6;
}
.AnyTagClassName
{
color: #03AAC6;
}
</style>
background-color css
<style>
a { background-color: #03AAC6; }
a { background-color: rgb(3,170,198); }
div.DivClassName
{
background-color: #03AAC6;
}
.BgClassName
{
background-color: #03AAC6;
}
</style>
border-color css
<style>
span { border-color: #03AAC6; }
span { border-color: rgb(3,170,198); }
td.TdClassName
{
border-color: #03AAC6;
}
.TagClassName
{
border-color: #03AAC6;
}
</style>