Shades of Iris Blue #03BFBE
Tints of Iris Blue #03BFBE
RGB
CMYK
RGB Variations
Color information
#03BFBE (or 0x03BFBE) is known color: Iris Blue. HEX triplet: 03, BF and BE. RGB value is (3,191,190). Sum of RGB (Red+Green+Blue) = 3+191+190=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFBE is #FC4041. Grayscale: #868686. Windows color (decimal): -16531522 or 12500739. OLE color: 12500739.
HSL color Cylindrical-coordinate representation of color #03BFBE: hue angle of 179.68º 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 #03BFBE is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 191 | 190 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.25 |
| HSL | 179.68º | 0.97% | 0.38% | - |
| HSV(B) | 179.68º | 0.98% | 0.75% | - |
| XYZ | 27.96 | 41 | 55.15 | - |
| YUV | 134.67 | 159.22 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 190 | 0.98 | 0 | 0.01 | 0.25 | 179.68 | 0.97 | 0.38 |
| Hex | 3 | BF | BE | 62 | 0 | 1 | 19 | B4 | 61 | 26 |
| Octal | 3 | 277 | 276 | 142 | 0 | 1 | 31 | 264 | 141 | 46 |
| Binary | 11 | 10111111 | 10111110 | 1100010 | 0 | 1 | 11001 | 10110100 | 1100001 | 100110 |
Color Harmonies of #03BFBE
Complementary color
Monochromatic Colors of #03BFBE
Black with #03BFBE
Text Example
Text Example
White with #03BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFBE; }
p { color: rgb(3,191,190); }
H1.HeaderClassName
{
color: #03BFBE;
}
.AnyTagClassName
{
color: #03BFBE;
}
</style>
background-color css
<style>
a { background-color: #03BFBE; }
a { background-color: rgb(3,191,190); }
div.DivClassName
{
background-color: #03BFBE;
}
.BgClassName
{
background-color: #03BFBE;
}
</style>
border-color css
<style>
span { border-color: #03BFBE; }
span { border-color: rgb(3,191,190); }
td.TdClassName
{
border-color: #03BFBE;
}
.TagClassName
{
border-color: #03BFBE;
}
</style>