Shades of Iris Blue #01B2BA
Tints of Iris Blue #01B2BA
RGB
CMYK
RGB Variations
Color information
#01B2BA (or 0x01B2BA) is known color: Iris Blue. HEX triplet: 01, B2 and BA. RGB value is (1,178,186). Sum of RGB (Red+Green+Blue) = 1+178+186=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #01B2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2BA is #FE4D45. Grayscale: #7D7D7D. Windows color (decimal): -16665926 or 12235265. OLE color: 12235265.
HSL color Cylindrical-coordinate representation of color #01B2BA: hue angle of 182.59º 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 #01B2BA is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 178 | 186 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.27 |
| HSL | 182.59º | 0.99% | 0.37% | - |
| HSV(B) | 182.59º | 0.99% | 0.73% | - |
| XYZ | 24.8 | 35.39 | 51.98 | - |
| YUV | 125.99 | 161.86 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 186 | 0.99 | 0.04 | 0 | 0.27 | 182.59 | 0.99 | 0.37 |
| Hex | 1 | B2 | BA | 63 | 4 | 0 | 1B | B7 | 63 | 25 |
| Octal | 1 | 262 | 272 | 143 | 4 | 0 | 33 | 267 | 143 | 45 |
| Binary | 1 | 10110010 | 10111010 | 1100011 | 100 | 0 | 11011 | 10110111 | 1100011 | 100101 |
Color Harmonies of #01B2BA
Complementary color
Monochromatic Colors of #01B2BA
Black with #01B2BA
Text Example
Text Example
White with #01B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B2BA; }
p { color: rgb(1,178,186); }
H1.HeaderClassName
{
color: #01B2BA;
}
.AnyTagClassName
{
color: #01B2BA;
}
</style>
background-color css
<style>
a { background-color: #01B2BA; }
a { background-color: rgb(1,178,186); }
div.DivClassName
{
background-color: #01B2BA;
}
.BgClassName
{
background-color: #01B2BA;
}
</style>
border-color css
<style>
span { border-color: #01B2BA; }
span { border-color: rgb(1,178,186); }
td.TdClassName
{
border-color: #01B2BA;
}
.TagClassName
{
border-color: #01B2BA;
}
</style>