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