Shades of Iris Blue #00BDB8
Tints of Iris Blue #00BDB8
RGB
CMYK
RGB Variations
Color information
#00BDB8 (or 0x00BDB8) is known color: Iris Blue. HEX triplet: 00, BD and B8. RGB value is (0,189,184). Sum of RGB (Red+Green+Blue) = 0+189+184=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDB8 is #FF4247. Grayscale: #838383. Windows color (decimal): -16728648 or 12107008. OLE color: 12107008.
HSL color Cylindrical-coordinate representation of color #00BDB8: hue angle of 178.41º 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 #00BDB8 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 184 | - |
| CMYK | 1 | 0 | 0.03 | 0.26 |
| HSL | 178.41º | 1% | 0.37% | - |
| HSV(B) | 178.41º | 1% | 0.74% | - |
| XYZ | 26.85 | 39.86 | 51.63 | - |
| YUV | 131.92 | 157.38 | 33.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 184 | 1 | 0 | 0.03 | 0.26 | 178.41 | 1 | 0.37 |
| Hex | 0 | BD | B8 | 64 | 0 | 3 | 1A | B2 | 64 | 25 |
| Octal | 0 | 275 | 270 | 144 | 0 | 3 | 32 | 262 | 144 | 45 |
| Binary | 0 | 10111101 | 10111000 | 1100100 | 0 | 11 | 11010 | 10110010 | 1100100 | 100101 |
Color Harmonies of #00BDB8
Complementary color
Monochromatic Colors of #00BDB8
Black with #00BDB8
Text Example
Text Example
White with #00BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDB8; }
p { color: rgb(0,189,184); }
H1.HeaderClassName
{
color: #00BDB8;
}
.AnyTagClassName
{
color: #00BDB8;
}
</style>
background-color css
<style>
a { background-color: #00BDB8; }
a { background-color: rgb(0,189,184); }
div.DivClassName
{
background-color: #00BDB8;
}
.BgClassName
{
background-color: #00BDB8;
}
</style>
border-color css
<style>
span { border-color: #00BDB8; }
span { border-color: rgb(0,189,184); }
td.TdClassName
{
border-color: #00BDB8;
}
.TagClassName
{
border-color: #00BDB8;
}
</style>