Shades of Iris Blue #03BCB5
Tints of Iris Blue #03BCB5
RGB
CMYK
RGB Variations
Color information
#03BCB5 (or 0x03BCB5) is known color: Iris Blue. HEX triplet: 03, BC and B5. RGB value is (3,188,181). Sum of RGB (Red+Green+Blue) = 3+188+181=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCB5 is #FC434A. Grayscale: #838383. Windows color (decimal): -16532299 or 11910147. OLE color: 11910147.
HSL color Cylindrical-coordinate representation of color #03BCB5: hue angle of 177.73º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCB5 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 181 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.26 |
| HSL | 177.73º | 0.97% | 0.37% | - |
| HSV(B) | 177.73º | 0.98% | 0.74% | - |
| XYZ | 26.36 | 39.32 | 49.92 | - |
| YUV | 131.89 | 155.71 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 181 | 0.98 | 0 | 0.04 | 0.26 | 177.73 | 0.97 | 0.37 |
| Hex | 3 | BC | B5 | 62 | 0 | 4 | 1A | B2 | 61 | 25 |
| Octal | 3 | 274 | 265 | 142 | 0 | 4 | 32 | 262 | 141 | 45 |
| Binary | 11 | 10111100 | 10110101 | 1100010 | 0 | 100 | 11010 | 10110010 | 1100001 | 100101 |
Color Harmonies of #03BCB5
Complementary color
Monochromatic Colors of #03BCB5
Black with #03BCB5
Text Example
Text Example
White with #03BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCB5; }
p { color: rgb(3,188,181); }
H1.HeaderClassName
{
color: #03BCB5;
}
.AnyTagClassName
{
color: #03BCB5;
}
</style>
background-color css
<style>
a { background-color: #03BCB5; }
a { background-color: rgb(3,188,181); }
div.DivClassName
{
background-color: #03BCB5;
}
.BgClassName
{
background-color: #03BCB5;
}
</style>
border-color css
<style>
span { border-color: #03BCB5; }
span { border-color: rgb(3,188,181); }
td.TdClassName
{
border-color: #03BCB5;
}
.TagClassName
{
border-color: #03BCB5;
}
</style>