Shades of Iris Blue #03B8AF
Tints of Iris Blue #03B8AF
RGB
CMYK
RGB Variations
Color information
#03B8AF (or 0x03B8AF) is known color: Iris Blue. HEX triplet: 03, B8 and AF. RGB value is (3,184,175). Sum of RGB (Red+Green+Blue) = 3+184+175=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #03B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B8AF is #FC4750. Grayscale: #808080. Windows color (decimal): -16533329 or 11515907. OLE color: 11515907.
HSL color Cylindrical-coordinate representation of color #03B8AF: hue angle of 177.02º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B8AF is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 184 | 175 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.28 |
| HSL | 177.02º | 0.97% | 0.37% | - |
| HSV(B) | 177.02º | 0.98% | 0.72% | - |
| XYZ | 24.92 | 37.4 | 46.46 | - |
| YUV | 128.86 | 154.03 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 175 | 0.98 | 0 | 0.05 | 0.28 | 177.02 | 0.97 | 0.37 |
| Hex | 3 | B8 | AF | 62 | 0 | 5 | 1C | B1 | 61 | 25 |
| Octal | 3 | 270 | 257 | 142 | 0 | 5 | 34 | 261 | 141 | 45 |
| Binary | 11 | 10111000 | 10101111 | 1100010 | 0 | 101 | 11100 | 10110001 | 1100001 | 100101 |
Color Harmonies of #03B8AF
Complementary color
Monochromatic Colors of #03B8AF
Black with #03B8AF
Text Example
Text Example
White with #03B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B8AF; }
p { color: rgb(3,184,175); }
H1.HeaderClassName
{
color: #03B8AF;
}
.AnyTagClassName
{
color: #03B8AF;
}
</style>
background-color css
<style>
a { background-color: #03B8AF; }
a { background-color: rgb(3,184,175); }
div.DivClassName
{
background-color: #03B8AF;
}
.BgClassName
{
background-color: #03B8AF;
}
</style>
border-color css
<style>
span { border-color: #03B8AF; }
span { border-color: rgb(3,184,175); }
td.TdClassName
{
border-color: #03B8AF;
}
.TagClassName
{
border-color: #03B8AF;
}
</style>