Shades of Iris Blue #00BDB9
Tints of Iris Blue #00BDB9
RGB
CMYK
RGB Variations
Color information
#00BDB9 (or 0x00BDB9) is known color: Iris Blue. HEX triplet: 00, BD and B9. RGB value is (0,189,185). Sum of RGB (Red+Green+Blue) = 0+189+185=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDB9 is #FF4246. Grayscale: #838383. Windows color (decimal): -16728647 or 12172544. OLE color: 12172544.
HSL color Cylindrical-coordinate representation of color #00BDB9: hue angle of 178.73º 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 #00BDB9 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 185 | - |
| CMYK | 1 | 0 | 0.02 | 0.26 |
| HSL | 178.73º | 1% | 0.37% | - |
| HSV(B) | 178.73º | 1% | 0.74% | - |
| XYZ | 26.95 | 39.9 | 52.18 | - |
| YUV | 132.03 | 157.88 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 185 | 1 | 0 | 0.02 | 0.26 | 178.73 | 1 | 0.37 |
| Hex | 0 | BD | B9 | 64 | 0 | 2 | 1A | B3 | 64 | 25 |
| Octal | 0 | 275 | 271 | 144 | 0 | 2 | 32 | 263 | 144 | 45 |
| Binary | 0 | 10111101 | 10111001 | 1100100 | 0 | 10 | 11010 | 10110011 | 1100100 | 100101 |
Color Harmonies of #00BDB9
Complementary color
Monochromatic Colors of #00BDB9
Black with #00BDB9
Text Example
Text Example
White with #00BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDB9; }
p { color: rgb(0,189,185); }
H1.HeaderClassName
{
color: #00BDB9;
}
.AnyTagClassName
{
color: #00BDB9;
}
</style>
background-color css
<style>
a { background-color: #00BDB9; }
a { background-color: rgb(0,189,185); }
div.DivClassName
{
background-color: #00BDB9;
}
.BgClassName
{
background-color: #00BDB9;
}
</style>
border-color css
<style>
span { border-color: #00BDB9; }
span { border-color: rgb(0,189,185); }
td.TdClassName
{
border-color: #00BDB9;
}
.TagClassName
{
border-color: #00BDB9;
}
</style>