Shades of Iris Blue #00BDC9
Tints of Iris Blue #00BDC9
RGB
CMYK
RGB Variations
Color information
#00BDC9 (or 0x00BDC9) is known color: Iris Blue. HEX triplet: 00, BD and C9. RGB value is (0,189,201). Sum of RGB (Red+Green+Blue) = 0+189+201=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #00BDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDC9 is #FF4236. Grayscale: #858585. Windows color (decimal): -16728631 or 13221120. OLE color: 13221120.
HSL color Cylindrical-coordinate representation of color #00BDC9: hue angle of 183.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDC9 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 189 | 201 | - |
| CMYK | 1 | 0.06 | 0 | 0.21 |
| HSL | 183.58º | 1% | 0.39% | - |
| HSV(B) | 183.58º | 1% | 0.79% | - |
| XYZ | 28.74 | 40.61 | 61.58 | - |
| YUV | 133.86 | 165.88 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 201 | 1 | 0.06 | 0 | 0.21 | 183.58 | 1 | 0.39 |
| Hex | 0 | BD | C9 | 64 | 6 | 0 | 15 | B8 | 64 | 27 |
| Octal | 0 | 275 | 311 | 144 | 6 | 0 | 25 | 270 | 144 | 47 |
| Binary | 0 | 10111101 | 11001001 | 1100100 | 110 | 0 | 10101 | 10111000 | 1100100 | 100111 |
Color Harmonies of #00BDC9
Complementary color
Monochromatic Colors of #00BDC9
Black with #00BDC9
Text Example
Text Example
White with #00BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDC9; }
p { color: rgb(0,189,201); }
H1.HeaderClassName
{
color: #00BDC9;
}
.AnyTagClassName
{
color: #00BDC9;
}
</style>
background-color css
<style>
a { background-color: #00BDC9; }
a { background-color: rgb(0,189,201); }
div.DivClassName
{
background-color: #00BDC9;
}
.BgClassName
{
background-color: #00BDC9;
}
</style>
border-color css
<style>
span { border-color: #00BDC9; }
span { border-color: rgb(0,189,201); }
td.TdClassName
{
border-color: #00BDC9;
}
.TagClassName
{
border-color: #00BDC9;
}
</style>