Shades of Iris Blue #00BDC1
Tints of Iris Blue #00BDC1
RGB
CMYK
RGB Variations
Color information
#00BDC1 (or 0x00BDC1) is known color: Iris Blue. HEX triplet: 00, BD and C1. RGB value is (0,189,193). Sum of RGB (Red+Green+Blue) = 0+189+193=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #00BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDC1 is #FF423E. Grayscale: #848484. Windows color (decimal): -16728639 or 12696832. OLE color: 12696832.
HSL color Cylindrical-coordinate representation of color #00BDC1: hue angle of 181.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDC1 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 189 | 193 | - |
| CMYK | 1 | 0.02 | 0 | 0.24 |
| HSL | 181.24º | 1% | 0.38% | - |
| HSV(B) | 181.24º | 1% | 0.76% | - |
| XYZ | 27.82 | 40.25 | 56.75 | - |
| YUV | 132.95 | 161.88 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 193 | 1 | 0.02 | 0 | 0.24 | 181.24 | 1 | 0.38 |
| Hex | 0 | BD | C1 | 64 | 2 | 0 | 18 | B5 | 64 | 26 |
| Octal | 0 | 275 | 301 | 144 | 2 | 0 | 30 | 265 | 144 | 46 |
| Binary | 0 | 10111101 | 11000001 | 1100100 | 10 | 0 | 11000 | 10110101 | 1100100 | 100110 |
Color Harmonies of #00BDC1
Complementary color
Monochromatic Colors of #00BDC1
Black with #00BDC1
Text Example
Text Example
White with #00BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDC1; }
p { color: rgb(0,189,193); }
H1.HeaderClassName
{
color: #00BDC1;
}
.AnyTagClassName
{
color: #00BDC1;
}
</style>
background-color css
<style>
a { background-color: #00BDC1; }
a { background-color: rgb(0,189,193); }
div.DivClassName
{
background-color: #00BDC1;
}
.BgClassName
{
background-color: #00BDC1;
}
</style>
border-color css
<style>
span { border-color: #00BDC1; }
span { border-color: rgb(0,189,193); }
td.TdClassName
{
border-color: #00BDC1;
}
.TagClassName
{
border-color: #00BDC1;
}
</style>