Shades of Iris Blue #00BDB3
Tints of Iris Blue #00BDB3
RGB
CMYK
RGB Variations
Color information
#00BDB3 (or 0x00BDB3) is known color: Iris Blue. HEX triplet: 00, BD and B3. RGB value is (0,189,179). Sum of RGB (Red+Green+Blue) = 0+189+179=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDB3 is #FF424C. Grayscale: #838383. Windows color (decimal): -16728653 or 11779328. OLE color: 11779328.
HSL color Cylindrical-coordinate representation of color #00BDB3: hue angle of 176.83º 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 #00BDB3 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 179 | - |
| CMYK | 1 | 0 | 0.05 | 0.26 |
| HSL | 176.83º | 1% | 0.37% | - |
| HSV(B) | 176.83º | 1% | 0.74% | - |
| XYZ | 26.33 | 39.65 | 48.91 | - |
| YUV | 131.35 | 154.88 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 179 | 1 | 0 | 0.05 | 0.26 | 176.83 | 1 | 0.37 |
| Hex | 0 | BD | B3 | 64 | 0 | 5 | 1A | B1 | 64 | 25 |
| Octal | 0 | 275 | 263 | 144 | 0 | 5 | 32 | 261 | 144 | 45 |
| Binary | 0 | 10111101 | 10110011 | 1100100 | 0 | 101 | 11010 | 10110001 | 1100100 | 100101 |
Color Harmonies of #00BDB3
Complementary color
Monochromatic Colors of #00BDB3
Black with #00BDB3
Text Example
Text Example
White with #00BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDB3; }
p { color: rgb(0,189,179); }
H1.HeaderClassName
{
color: #00BDB3;
}
.AnyTagClassName
{
color: #00BDB3;
}
</style>
background-color css
<style>
a { background-color: #00BDB3; }
a { background-color: rgb(0,189,179); }
div.DivClassName
{
background-color: #00BDB3;
}
.BgClassName
{
background-color: #00BDB3;
}
</style>
border-color css
<style>
span { border-color: #00BDB3; }
span { border-color: rgb(0,189,179); }
td.TdClassName
{
border-color: #00BDB3;
}
.TagClassName
{
border-color: #00BDB3;
}
</style>