Shades of Iris Blue #03BCAF
Tints of Iris Blue #03BCAF
RGB
CMYK
RGB Variations
Color information
#03BCAF (or 0x03BCAF) is known color: Iris Blue. HEX triplet: 03, BC and AF. RGB value is (3,188,175). Sum of RGB (Red+Green+Blue) = 3+188+175=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BCAF is #FC4350. Grayscale: #838383. Windows color (decimal): -16532305 or 11516931. OLE color: 11516931.
HSL color Cylindrical-coordinate representation of color #03BCAF: hue angle of 175.78º 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 #03BCAF is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 175 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.26 |
| HSL | 175.78º | 0.97% | 0.37% | - |
| HSV(B) | 175.78º | 0.98% | 0.74% | - |
| XYZ | 25.76 | 39.08 | 46.74 | - |
| YUV | 131.2 | 152.71 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 175 | 0.98 | 0 | 0.07 | 0.26 | 175.78 | 0.97 | 0.37 |
| Hex | 3 | BC | AF | 62 | 0 | 7 | 1A | B0 | 61 | 25 |
| Octal | 3 | 274 | 257 | 142 | 0 | 7 | 32 | 260 | 141 | 45 |
| Binary | 11 | 10111100 | 10101111 | 1100010 | 0 | 111 | 11010 | 10110000 | 1100001 | 100101 |
Color Harmonies of #03BCAF
Complementary color
Monochromatic Colors of #03BCAF
Black with #03BCAF
Text Example
Text Example
White with #03BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCAF; }
p { color: rgb(3,188,175); }
H1.HeaderClassName
{
color: #03BCAF;
}
.AnyTagClassName
{
color: #03BCAF;
}
</style>
background-color css
<style>
a { background-color: #03BCAF; }
a { background-color: rgb(3,188,175); }
div.DivClassName
{
background-color: #03BCAF;
}
.BgClassName
{
background-color: #03BCAF;
}
</style>
border-color css
<style>
span { border-color: #03BCAF; }
span { border-color: rgb(3,188,175); }
td.TdClassName
{
border-color: #03BCAF;
}
.TagClassName
{
border-color: #03BCAF;
}
</style>