Shades of Iris Blue #00BAB3
Tints of Iris Blue #00BAB3
RGB
CMYK
RGB Variations
Color information
#00BAB3 (or 0x00BAB3) is known color: Iris Blue. HEX triplet: 00, BA and B3. RGB value is (0,186,179). Sum of RGB (Red+Green+Blue) = 0+186+179=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #00BAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAB3 is #FF454C. Grayscale: #818181. Windows color (decimal): -16729421 or 11778560. OLE color: 11778560.
HSL color Cylindrical-coordinate representation of color #00BAB3: hue angle of 177.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAB3 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 179 | - |
| CMYK | 1 | 0 | 0.04 | 0.27 |
| HSL | 177.74º | 1% | 0.36% | - |
| HSV(B) | 177.74º | 1% | 0.73% | - |
| XYZ | 25.7 | 38.37 | 48.7 | - |
| YUV | 129.59 | 155.88 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 179 | 1 | 0 | 0.04 | 0.27 | 177.74 | 1 | 0.36 |
| Hex | 0 | BA | B3 | 64 | 0 | 4 | 1B | B2 | 64 | 24 |
| Octal | 0 | 272 | 263 | 144 | 0 | 4 | 33 | 262 | 144 | 44 |
| Binary | 0 | 10111010 | 10110011 | 1100100 | 0 | 100 | 11011 | 10110010 | 1100100 | 100100 |
Color Harmonies of #00BAB3
Complementary color
Monochromatic Colors of #00BAB3
Black with #00BAB3
Text Example
Text Example
White with #00BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BAB3; }
p { color: rgb(0,186,179); }
H1.HeaderClassName
{
color: #00BAB3;
}
.AnyTagClassName
{
color: #00BAB3;
}
</style>
background-color css
<style>
a { background-color: #00BAB3; }
a { background-color: rgb(0,186,179); }
div.DivClassName
{
background-color: #00BAB3;
}
.BgClassName
{
background-color: #00BAB3;
}
</style>
border-color css
<style>
span { border-color: #00BAB3; }
span { border-color: rgb(0,186,179); }
td.TdClassName
{
border-color: #00BAB3;
}
.TagClassName
{
border-color: #00BAB3;
}
</style>