Shades of Iris Blue #03BDB1
Tints of Iris Blue #03BDB1
RGB
CMYK
RGB Variations
Color information
#03BDB1 (or 0x03BDB1) is known color: Iris Blue. HEX triplet: 03, BD and B1. RGB value is (3,189,177). Sum of RGB (Red+Green+Blue) = 3+189+177=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #03BDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BDB1 is #FC424E. Grayscale: #838383. Windows color (decimal): -16532047 or 11648259. OLE color: 11648259.
HSL color Cylindrical-coordinate representation of color #03BDB1: hue angle of 176.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BDB1 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 177 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.26 |
| HSL | 176.13º | 0.97% | 0.38% | - |
| HSV(B) | 176.13º | 0.98% | 0.74% | - |
| XYZ | 26.17 | 39.59 | 47.86 | - |
| YUV | 132.02 | 153.38 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 177 | 0.98 | 0 | 0.06 | 0.26 | 176.13 | 0.97 | 0.38 |
| Hex | 3 | BD | B1 | 62 | 0 | 6 | 1A | B0 | 61 | 26 |
| Octal | 3 | 275 | 261 | 142 | 0 | 6 | 32 | 260 | 141 | 46 |
| Binary | 11 | 10111101 | 10110001 | 1100010 | 0 | 110 | 11010 | 10110000 | 1100001 | 100110 |
Color Harmonies of #03BDB1
Complementary color
Monochromatic Colors of #03BDB1
Black with #03BDB1
Text Example
Text Example
White with #03BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDB1; }
p { color: rgb(3,189,177); }
H1.HeaderClassName
{
color: #03BDB1;
}
.AnyTagClassName
{
color: #03BDB1;
}
</style>
background-color css
<style>
a { background-color: #03BDB1; }
a { background-color: rgb(3,189,177); }
div.DivClassName
{
background-color: #03BDB1;
}
.BgClassName
{
background-color: #03BDB1;
}
</style>
border-color css
<style>
span { border-color: #03BDB1; }
span { border-color: rgb(3,189,177); }
td.TdClassName
{
border-color: #03BDB1;
}
.TagClassName
{
border-color: #03BDB1;
}
</style>