Shades of Iris Blue #03B7BA
Tints of Iris Blue #03B7BA
RGB
CMYK
RGB Variations
Color information
#03B7BA (or 0x03B7BA) is known color: Iris Blue. HEX triplet: 03, B7 and BA. RGB value is (3,183,186). Sum of RGB (Red+Green+Blue) = 3+183+186=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #03B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B7BA is #FC4845. Grayscale: #818181. Windows color (decimal): -16533574 or 12236547. OLE color: 12236547.
HSL color Cylindrical-coordinate representation of color #03B7BA: hue angle of 180.98º 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 #03B7BA is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 183 | 186 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.27 |
| HSL | 180.98º | 0.97% | 0.37% | - |
| HSV(B) | 180.98º | 0.98% | 0.73% | - |
| XYZ | 25.83 | 37.43 | 52.32 | - |
| YUV | 129.52 | 159.87 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 186 | 0.98 | 0.02 | 0 | 0.27 | 180.98 | 0.97 | 0.37 |
| Hex | 3 | B7 | BA | 62 | 2 | 0 | 1B | B5 | 61 | 25 |
| Octal | 3 | 267 | 272 | 142 | 2 | 0 | 33 | 265 | 141 | 45 |
| Binary | 11 | 10110111 | 10111010 | 1100010 | 10 | 0 | 11011 | 10110101 | 1100001 | 100101 |
Color Harmonies of #03B7BA
Complementary color
Monochromatic Colors of #03B7BA
Black with #03B7BA
Text Example
Text Example
White with #03B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B7BA; }
p { color: rgb(3,183,186); }
H1.HeaderClassName
{
color: #03B7BA;
}
.AnyTagClassName
{
color: #03B7BA;
}
</style>
background-color css
<style>
a { background-color: #03B7BA; }
a { background-color: rgb(3,183,186); }
div.DivClassName
{
background-color: #03B7BA;
}
.BgClassName
{
background-color: #03B7BA;
}
</style>
border-color css
<style>
span { border-color: #03B7BA; }
span { border-color: rgb(3,183,186); }
td.TdClassName
{
border-color: #03B7BA;
}
.TagClassName
{
border-color: #03B7BA;
}
</style>