Shades of Iris Blue #00BDB5
Tints of Iris Blue #00BDB5
RGB
CMYK
RGB Variations
Color information
#00BDB5 (or 0x00BDB5) is known color: Iris Blue. HEX triplet: 00, BD and B5. RGB value is (0,189,181). Sum of RGB (Red+Green+Blue) = 0+189+181=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDB5 is #FF424A. Grayscale: #838383. Windows color (decimal): -16728651 or 11910400. OLE color: 11910400.
HSL color Cylindrical-coordinate representation of color #00BDB5: hue angle of 177.46º 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 #00BDB5 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 181 | - |
| CMYK | 1 | 0 | 0.04 | 0.26 |
| HSL | 177.46º | 1% | 0.37% | - |
| HSV(B) | 177.46º | 1% | 0.74% | - |
| XYZ | 26.54 | 39.73 | 49.99 | - |
| YUV | 131.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 181 | 1 | 0 | 0.04 | 0.26 | 177.46 | 1 | 0.37 |
| Hex | 0 | BD | B5 | 64 | 0 | 4 | 1A | B1 | 64 | 25 |
| Octal | 0 | 275 | 265 | 144 | 0 | 4 | 32 | 261 | 144 | 45 |
| Binary | 0 | 10111101 | 10110101 | 1100100 | 0 | 100 | 11010 | 10110001 | 1100100 | 100101 |
Color Harmonies of #00BDB5
Complementary color
Monochromatic Colors of #00BDB5
Black with #00BDB5
Text Example
Text Example
White with #00BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDB5; }
p { color: rgb(0,189,181); }
H1.HeaderClassName
{
color: #00BDB5;
}
.AnyTagClassName
{
color: #00BDB5;
}
</style>
background-color css
<style>
a { background-color: #00BDB5; }
a { background-color: rgb(0,189,181); }
div.DivClassName
{
background-color: #00BDB5;
}
.BgClassName
{
background-color: #00BDB5;
}
</style>
border-color css
<style>
span { border-color: #00BDB5; }
span { border-color: rgb(0,189,181); }
td.TdClassName
{
border-color: #00BDB5;
}
.TagClassName
{
border-color: #00BDB5;
}
</style>