Shades of Iris Blue #01B2BE
Tints of Iris Blue #01B2BE
RGB
CMYK
RGB Variations
Color information
#01B2BE (or 0x01B2BE) is known color: Iris Blue. HEX triplet: 01, B2 and BE. RGB value is (1,178,190). Sum of RGB (Red+Green+Blue) = 1+178+190=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #01B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2BE is #FE4D41. Grayscale: #7E7E7E. Windows color (decimal): -16665922 or 12497409. OLE color: 12497409.
HSL color Cylindrical-coordinate representation of color #01B2BE: hue angle of 183.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B2BE is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 178 | 190 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.25 |
| HSL | 183.81º | 0.99% | 0.37% | - |
| HSV(B) | 183.81º | 0.99% | 0.75% | - |
| XYZ | 25.23 | 35.56 | 54.25 | - |
| YUV | 126.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 190 | 0.99 | 0.06 | 0 | 0.25 | 183.81 | 0.99 | 0.37 |
| Hex | 1 | B2 | BE | 63 | 6 | 0 | 19 | B8 | 63 | 25 |
| Octal | 1 | 262 | 276 | 143 | 6 | 0 | 31 | 270 | 143 | 45 |
| Binary | 1 | 10110010 | 10111110 | 1100011 | 110 | 0 | 11001 | 10111000 | 1100011 | 100101 |
Color Harmonies of #01B2BE
Complementary color
Monochromatic Colors of #01B2BE
Black with #01B2BE
Text Example
Text Example
White with #01B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B2BE; }
p { color: rgb(1,178,190); }
H1.HeaderClassName
{
color: #01B2BE;
}
.AnyTagClassName
{
color: #01B2BE;
}
</style>
background-color css
<style>
a { background-color: #01B2BE; }
a { background-color: rgb(1,178,190); }
div.DivClassName
{
background-color: #01B2BE;
}
.BgClassName
{
background-color: #01B2BE;
}
</style>
border-color css
<style>
span { border-color: #01B2BE; }
span { border-color: rgb(1,178,190); }
td.TdClassName
{
border-color: #01B2BE;
}
.TagClassName
{
border-color: #01B2BE;
}
</style>