Shades of Iris Blue #03B8BB
Tints of Iris Blue #03B8BB
RGB
CMYK
RGB Variations
Color information
#03B8BB (or 0x03B8BB) is known color: Iris Blue. HEX triplet: 03, B8 and BB. RGB value is (3,184,187). Sum of RGB (Red+Green+Blue) = 3+184+187=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #03B8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B8BB is #FC4744. Grayscale: #828282. Windows color (decimal): -16533317 or 12302339. OLE color: 12302339.
HSL color Cylindrical-coordinate representation of color #03B8BB: hue angle of 180.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B8BB is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 184 | 187 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.27 |
| HSL | 180.98º | 0.97% | 0.37% | - |
| HSV(B) | 180.98º | 0.98% | 0.73% | - |
| XYZ | 26.15 | 37.89 | 52.95 | - |
| YUV | 130.22 | 160.03 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 187 | 0.98 | 0.02 | 0 | 0.27 | 180.98 | 0.97 | 0.37 |
| Hex | 3 | B8 | BB | 62 | 2 | 0 | 1B | B5 | 61 | 25 |
| Octal | 3 | 270 | 273 | 142 | 2 | 0 | 33 | 265 | 141 | 45 |
| Binary | 11 | 10111000 | 10111011 | 1100010 | 10 | 0 | 11011 | 10110101 | 1100001 | 100101 |
Color Harmonies of #03B8BB
Complementary color
Monochromatic Colors of #03B8BB
Black with #03B8BB
Text Example
Text Example
White with #03B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B8BB; }
p { color: rgb(3,184,187); }
H1.HeaderClassName
{
color: #03B8BB;
}
.AnyTagClassName
{
color: #03B8BB;
}
</style>
background-color css
<style>
a { background-color: #03B8BB; }
a { background-color: rgb(3,184,187); }
div.DivClassName
{
background-color: #03B8BB;
}
.BgClassName
{
background-color: #03B8BB;
}
</style>
border-color css
<style>
span { border-color: #03B8BB; }
span { border-color: rgb(3,184,187); }
td.TdClassName
{
border-color: #03B8BB;
}
.TagClassName
{
border-color: #03B8BB;
}
</style>