Shades of Iris Blue #03B5BA
Tints of Iris Blue #03B5BA
RGB
CMYK
RGB Variations
Color information
#03B5BA (or 0x03B5BA) is known color: Iris Blue. HEX triplet: 03, B5 and BA. RGB value is (3,181,186). Sum of RGB (Red+Green+Blue) = 3+181+186=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #03B5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B5BA is #FC4A45. Grayscale: #808080. Windows color (decimal): -16534086 or 12236035. OLE color: 12236035.
HSL color Cylindrical-coordinate representation of color #03B5BA: hue angle of 181.64º 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 #03B5BA is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 181 | 186 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.27 |
| HSL | 181.64º | 0.97% | 0.37% | - |
| HSV(B) | 181.64º | 0.98% | 0.73% | - |
| XYZ | 25.42 | 36.61 | 52.18 | - |
| YUV | 128.35 | 160.53 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 181 | 186 | 0.98 | 0.03 | 0 | 0.27 | 181.64 | 0.97 | 0.37 |
| Hex | 3 | B5 | BA | 62 | 3 | 0 | 1B | B6 | 61 | 25 |
| Octal | 3 | 265 | 272 | 142 | 3 | 0 | 33 | 266 | 141 | 45 |
| Binary | 11 | 10110101 | 10111010 | 1100010 | 11 | 0 | 11011 | 10110110 | 1100001 | 100101 |
Color Harmonies of #03B5BA
Complementary color
Monochromatic Colors of #03B5BA
Black with #03B5BA
Text Example
Text Example
White with #03B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B5BA; }
p { color: rgb(3,181,186); }
H1.HeaderClassName
{
color: #03B5BA;
}
.AnyTagClassName
{
color: #03B5BA;
}
</style>
background-color css
<style>
a { background-color: #03B5BA; }
a { background-color: rgb(3,181,186); }
div.DivClassName
{
background-color: #03B5BA;
}
.BgClassName
{
background-color: #03B5BA;
}
</style>
border-color css
<style>
span { border-color: #03B5BA; }
span { border-color: rgb(3,181,186); }
td.TdClassName
{
border-color: #03B5BA;
}
.TagClassName
{
border-color: #03B5BA;
}
</style>