Shades of Iris Blue #01BCBD
Tints of Iris Blue #01BCBD
RGB
CMYK
RGB Variations
Color information
#01BCBD (or 0x01BCBD) is known color: Iris Blue. HEX triplet: 01, BC and BD. RGB value is (1,188,189). Sum of RGB (Red+Green+Blue) = 1+188+189=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #01BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCBD is #FE4342. Grayscale: #848484. Windows color (decimal): -16663363 or 12434433. OLE color: 12434433.
HSL color Cylindrical-coordinate representation of color #01BCBD: hue angle of 180.32º 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 #01BCBD is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 189 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.26 |
| HSL | 180.32º | 0.99% | 0.37% | - |
| HSV(B) | 180.32º | 0.99% | 0.74% | - |
| XYZ | 27.18 | 39.65 | 54.36 | - |
| YUV | 132.2 | 160.05 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 189 | 0.99 | 0.01 | 0 | 0.26 | 180.32 | 0.99 | 0.37 |
| Hex | 1 | BC | BD | 63 | 1 | 0 | 1A | B4 | 63 | 25 |
| Octal | 1 | 274 | 275 | 143 | 1 | 0 | 32 | 264 | 143 | 45 |
| Binary | 1 | 10111100 | 10111101 | 1100011 | 1 | 0 | 11010 | 10110100 | 1100011 | 100101 |
Color Harmonies of #01BCBD
Complementary color
Monochromatic Colors of #01BCBD
Black with #01BCBD
Text Example
Text Example
White with #01BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCBD; }
p { color: rgb(1,188,189); }
H1.HeaderClassName
{
color: #01BCBD;
}
.AnyTagClassName
{
color: #01BCBD;
}
</style>
background-color css
<style>
a { background-color: #01BCBD; }
a { background-color: rgb(1,188,189); }
div.DivClassName
{
background-color: #01BCBD;
}
.BgClassName
{
background-color: #01BCBD;
}
</style>
border-color css
<style>
span { border-color: #01BCBD; }
span { border-color: rgb(1,188,189); }
td.TdClassName
{
border-color: #01BCBD;
}
.TagClassName
{
border-color: #01BCBD;
}
</style>