Shades of Iris Blue #01B8BA
Tints of Iris Blue #01B8BA
RGB
CMYK
RGB Variations
Color information
#01B8BA (or 0x01B8BA) is known color: Iris Blue. HEX triplet: 01, B8 and BA. RGB value is (1,184,186). Sum of RGB (Red+Green+Blue) = 1+184+186=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #01B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B8BA is #FE4745. Grayscale: #818181. Windows color (decimal): -16664390 or 12236801. OLE color: 12236801.
HSL color Cylindrical-coordinate representation of color #01B8BA: hue angle of 180.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B8BA is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 184 | 186 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.27 |
| HSL | 180.65º | 0.99% | 0.37% | - |
| HSV(B) | 180.65º | 0.99% | 0.73% | - |
| XYZ | 26.02 | 37.83 | 52.39 | - |
| YUV | 129.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 186 | 0.99 | 0.01 | 0 | 0.27 | 180.65 | 0.99 | 0.37 |
| Hex | 1 | B8 | BA | 63 | 1 | 0 | 1B | B5 | 63 | 25 |
| Octal | 1 | 270 | 272 | 143 | 1 | 0 | 33 | 265 | 143 | 45 |
| Binary | 1 | 10111000 | 10111010 | 1100011 | 1 | 0 | 11011 | 10110101 | 1100011 | 100101 |
Color Harmonies of #01B8BA
Complementary color
Monochromatic Colors of #01B8BA
Black with #01B8BA
Text Example
Text Example
White with #01B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B8BA; }
p { color: rgb(1,184,186); }
H1.HeaderClassName
{
color: #01B8BA;
}
.AnyTagClassName
{
color: #01B8BA;
}
</style>
background-color css
<style>
a { background-color: #01B8BA; }
a { background-color: rgb(1,184,186); }
div.DivClassName
{
background-color: #01B8BA;
}
.BgClassName
{
background-color: #01B8BA;
}
</style>
border-color css
<style>
span { border-color: #01B8BA; }
span { border-color: rgb(1,184,186); }
td.TdClassName
{
border-color: #01B8BA;
}
.TagClassName
{
border-color: #01B8BA;
}
</style>