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