Shades of Iris Blue #01BCB2
Tints of Iris Blue #01BCB2
RGB
CMYK
RGB Variations
Color information
#01BCB2 (or 0x01BCB2) is known color: Iris Blue. HEX triplet: 01, BC and B2. RGB value is (1,188,178). Sum of RGB (Red+Green+Blue) = 1+188+178=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BCB2 is #FE434D. Grayscale: #828282. Windows color (decimal): -16663374 or 11713537. OLE color: 11713537.
HSL color Cylindrical-coordinate representation of color #01BCB2: hue angle of 176.79º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BCB2 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 178 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.26 |
| HSL | 176.79º | 0.99% | 0.37% | - |
| HSV(B) | 176.79º | 0.99% | 0.74% | - |
| XYZ | 26.03 | 39.19 | 48.31 | - |
| YUV | 130.95 | 154.55 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 178 | 0.99 | 0 | 0.05 | 0.26 | 176.79 | 0.99 | 0.37 |
| Hex | 1 | BC | B2 | 63 | 0 | 5 | 1A | B1 | 63 | 25 |
| Octal | 1 | 274 | 262 | 143 | 0 | 5 | 32 | 261 | 143 | 45 |
| Binary | 1 | 10111100 | 10110010 | 1100011 | 0 | 101 | 11010 | 10110001 | 1100011 | 100101 |
Color Harmonies of #01BCB2
Complementary color
Monochromatic Colors of #01BCB2
Black with #01BCB2
Text Example
Text Example
White with #01BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCB2; }
p { color: rgb(1,188,178); }
H1.HeaderClassName
{
color: #01BCB2;
}
.AnyTagClassName
{
color: #01BCB2;
}
</style>
background-color css
<style>
a { background-color: #01BCB2; }
a { background-color: rgb(1,188,178); }
div.DivClassName
{
background-color: #01BCB2;
}
.BgClassName
{
background-color: #01BCB2;
}
</style>
border-color css
<style>
span { border-color: #01BCB2; }
span { border-color: rgb(1,188,178); }
td.TdClassName
{
border-color: #01BCB2;
}
.TagClassName
{
border-color: #01BCB2;
}
</style>