Shades of Iris Blue #03B8BC
Tints of Iris Blue #03B8BC
RGB
CMYK
RGB Variations
Color information
#03B8BC (or 0x03B8BC) is known color: Iris Blue. HEX triplet: 03, B8 and BC. RGB value is (3,184,188). Sum of RGB (Red+Green+Blue) = 3+184+188=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #03B8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B8BC is #FC4743. Grayscale: #828282. Windows color (decimal): -16533316 or 12367875. OLE color: 12367875.
HSL color Cylindrical-coordinate representation of color #03B8BC: hue angle of 181.3º 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 #03B8BC is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 184 | 188 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.26 |
| HSL | 181.3º | 0.97% | 0.37% | - |
| HSV(B) | 181.3º | 0.98% | 0.74% | - |
| XYZ | 26.26 | 37.93 | 53.51 | - |
| YUV | 130.34 | 160.53 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 188 | 0.98 | 0.02 | 0 | 0.26 | 181.3 | 0.97 | 0.37 |
| Hex | 3 | B8 | BC | 62 | 2 | 0 | 1A | B5 | 61 | 25 |
| Octal | 3 | 270 | 274 | 142 | 2 | 0 | 32 | 265 | 141 | 45 |
| Binary | 11 | 10111000 | 10111100 | 1100010 | 10 | 0 | 11010 | 10110101 | 1100001 | 100101 |
Color Harmonies of #03B8BC
Complementary color
Monochromatic Colors of #03B8BC
Black with #03B8BC
Text Example
Text Example
White with #03B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B8BC; }
p { color: rgb(3,184,188); }
H1.HeaderClassName
{
color: #03B8BC;
}
.AnyTagClassName
{
color: #03B8BC;
}
</style>
background-color css
<style>
a { background-color: #03B8BC; }
a { background-color: rgb(3,184,188); }
div.DivClassName
{
background-color: #03B8BC;
}
.BgClassName
{
background-color: #03B8BC;
}
</style>
border-color css
<style>
span { border-color: #03B8BC; }
span { border-color: rgb(3,184,188); }
td.TdClassName
{
border-color: #03B8BC;
}
.TagClassName
{
border-color: #03B8BC;
}
</style>