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