Shades of Iris Blue #03BDB9
Tints of Iris Blue #03BDB9
RGB
CMYK
RGB Variations
Color information
#03BDB9 (or 0x03BDB9) is known color: Iris Blue. HEX triplet: 03, BD and B9. RGB value is (3,189,185). Sum of RGB (Red+Green+Blue) = 3+189+185=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #03BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDB9 is #FC4246. Grayscale: #848484. Windows color (decimal): -16532039 or 12172547. OLE color: 12172547.
HSL color Cylindrical-coordinate representation of color #03BDB9: hue angle of 178.71º 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 #03BDB9 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 185 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.26 |
| HSL | 178.71º | 0.97% | 0.38% | - |
| HSV(B) | 178.71º | 0.98% | 0.74% | - |
| XYZ | 26.99 | 39.92 | 52.18 | - |
| YUV | 132.93 | 157.38 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 185 | 0.98 | 0 | 0.02 | 0.26 | 178.71 | 0.97 | 0.38 |
| Hex | 3 | BD | B9 | 62 | 0 | 2 | 1A | B3 | 61 | 26 |
| Octal | 3 | 275 | 271 | 142 | 0 | 2 | 32 | 263 | 141 | 46 |
| Binary | 11 | 10111101 | 10111001 | 1100010 | 0 | 10 | 11010 | 10110011 | 1100001 | 100110 |
Color Harmonies of #03BDB9
Complementary color
Monochromatic Colors of #03BDB9
Black with #03BDB9
Text Example
Text Example
White with #03BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDB9; }
p { color: rgb(3,189,185); }
H1.HeaderClassName
{
color: #03BDB9;
}
.AnyTagClassName
{
color: #03BDB9;
}
</style>
background-color css
<style>
a { background-color: #03BDB9; }
a { background-color: rgb(3,189,185); }
div.DivClassName
{
background-color: #03BDB9;
}
.BgClassName
{
background-color: #03BDB9;
}
</style>
border-color css
<style>
span { border-color: #03BDB9; }
span { border-color: rgb(3,189,185); }
td.TdClassName
{
border-color: #03BDB9;
}
.TagClassName
{
border-color: #03BDB9;
}
</style>