Shades of Iris Blue #00BDB6
Tints of Iris Blue #00BDB6
RGB
CMYK
RGB Variations
Color information
#00BDB6 (or 0x00BDB6) is known color: Iris Blue. HEX triplet: 00, BD and B6. RGB value is (0,189,182). Sum of RGB (Red+Green+Blue) = 0+189+182=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDB6 is #FF4249. Grayscale: #838383. Windows color (decimal): -16728650 or 11975936. OLE color: 11975936.
HSL color Cylindrical-coordinate representation of color #00BDB6: hue angle of 177.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDB6 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 182 | - |
| CMYK | 1 | 0 | 0.04 | 0.26 |
| HSL | 177.78º | 1% | 0.37% | - |
| HSV(B) | 177.78º | 1% | 0.74% | - |
| XYZ | 26.64 | 39.77 | 50.53 | - |
| YUV | 131.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 182 | 1 | 0 | 0.04 | 0.26 | 177.78 | 1 | 0.37 |
| Hex | 0 | BD | B6 | 64 | 0 | 4 | 1A | B2 | 64 | 25 |
| Octal | 0 | 275 | 266 | 144 | 0 | 4 | 32 | 262 | 144 | 45 |
| Binary | 0 | 10111101 | 10110110 | 1100100 | 0 | 100 | 11010 | 10110010 | 1100100 | 100101 |
Color Harmonies of #00BDB6
Complementary color
Monochromatic Colors of #00BDB6
Black with #00BDB6
Text Example
Text Example
White with #00BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDB6; }
p { color: rgb(0,189,182); }
H1.HeaderClassName
{
color: #00BDB6;
}
.AnyTagClassName
{
color: #00BDB6;
}
</style>
background-color css
<style>
a { background-color: #00BDB6; }
a { background-color: rgb(0,189,182); }
div.DivClassName
{
background-color: #00BDB6;
}
.BgClassName
{
background-color: #00BDB6;
}
</style>
border-color css
<style>
span { border-color: #00BDB6; }
span { border-color: rgb(0,189,182); }
td.TdClassName
{
border-color: #00BDB6;
}
.TagClassName
{
border-color: #00BDB6;
}
</style>