Shades of Iris Blue #03BFBC
Tints of Iris Blue #03BFBC
RGB
CMYK
RGB Variations
Color information
#03BFBC (or 0x03BFBC) is known color: Iris Blue. HEX triplet: 03, BF and BC. RGB value is (3,191,188). Sum of RGB (Red+Green+Blue) = 3+191+188=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFBC is #FC4043. Grayscale: #868686. Windows color (decimal): -16531524 or 12369667. OLE color: 12369667.
HSL color Cylindrical-coordinate representation of color #03BFBC: hue angle of 179.04º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BFBC is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 191 | 188 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.25 |
| HSL | 179.04º | 0.97% | 0.38% | - |
| HSV(B) | 179.04º | 0.98% | 0.75% | - |
| XYZ | 27.75 | 40.91 | 54.01 | - |
| YUV | 134.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 188 | 0.98 | 0 | 0.02 | 0.25 | 179.04 | 0.97 | 0.38 |
| Hex | 3 | BF | BC | 62 | 0 | 2 | 19 | B3 | 61 | 26 |
| Octal | 3 | 277 | 274 | 142 | 0 | 2 | 31 | 263 | 141 | 46 |
| Binary | 11 | 10111111 | 10111100 | 1100010 | 0 | 10 | 11001 | 10110011 | 1100001 | 100110 |
Color Harmonies of #03BFBC
Complementary color
Monochromatic Colors of #03BFBC
Black with #03BFBC
Text Example
Text Example
White with #03BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFBC; }
p { color: rgb(3,191,188); }
H1.HeaderClassName
{
color: #03BFBC;
}
.AnyTagClassName
{
color: #03BFBC;
}
</style>
background-color css
<style>
a { background-color: #03BFBC; }
a { background-color: rgb(3,191,188); }
div.DivClassName
{
background-color: #03BFBC;
}
.BgClassName
{
background-color: #03BFBC;
}
</style>
border-color css
<style>
span { border-color: #03BFBC; }
span { border-color: rgb(3,191,188); }
td.TdClassName
{
border-color: #03BFBC;
}
.TagClassName
{
border-color: #03BFBC;
}
</style>