Shades of Iris Blue #03C0B8
Tints of Iris Blue #03C0B8
RGB
CMYK
RGB Variations
Color information
#03C0B8 (or 0x03C0B8) is known color: Iris Blue. HEX triplet: 03, C0 and B8. RGB value is (3,192,184). Sum of RGB (Red+Green+Blue) = 3+192+184=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #03C0B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C0B8 is #FC3F47. Grayscale: #868686. Windows color (decimal): -16531272 or 12107779. OLE color: 12107779.
HSL color Cylindrical-coordinate representation of color #03C0B8: hue angle of 177.46º 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 #03C0B8 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 184 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.25 |
| HSL | 177.46º | 0.97% | 0.38% | - |
| HSV(B) | 177.46º | 0.98% | 0.75% | - |
| XYZ | 27.54 | 41.18 | 51.84 | - |
| YUV | 134.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 184 | 0.98 | 0 | 0.04 | 0.25 | 177.46 | 0.97 | 0.38 |
| Hex | 3 | C0 | B8 | 62 | 0 | 4 | 19 | B1 | 61 | 26 |
| Octal | 3 | 300 | 270 | 142 | 0 | 4 | 31 | 261 | 141 | 46 |
| Binary | 11 | 11000000 | 10111000 | 1100010 | 0 | 100 | 11001 | 10110001 | 1100001 | 100110 |
Color Harmonies of #03C0B8
Complementary color
Monochromatic Colors of #03C0B8
Black with #03C0B8
Text Example
Text Example
White with #03C0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0B8; }
p { color: rgb(3,192,184); }
H1.HeaderClassName
{
color: #03C0B8;
}
.AnyTagClassName
{
color: #03C0B8;
}
</style>
background-color css
<style>
a { background-color: #03C0B8; }
a { background-color: rgb(3,192,184); }
div.DivClassName
{
background-color: #03C0B8;
}
.BgClassName
{
background-color: #03C0B8;
}
</style>
border-color css
<style>
span { border-color: #03C0B8; }
span { border-color: rgb(3,192,184); }
td.TdClassName
{
border-color: #03C0B8;
}
.TagClassName
{
border-color: #03C0B8;
}
</style>