Shades of Iris Blue #00BAB9
Tints of Iris Blue #00BAB9
RGB
CMYK
RGB Variations
Color information
#00BAB9 (or 0x00BAB9) is known color: Iris Blue. HEX triplet: 00, BA and B9. RGB value is (0,186,185). Sum of RGB (Red+Green+Blue) = 0+186+185=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #00BAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAB9 is #FF4546. Grayscale: #828282. Windows color (decimal): -16729415 or 12171776. OLE color: 12171776.
HSL color Cylindrical-coordinate representation of color #00BAB9: hue angle of 179.68º 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 #00BAB9 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 0 | 186 | 185 | - |
CMYK | 1 | 0 | 0.01 | 0.27 |
HSL | 179.68º | 1% | 0.36% | - |
HSV(B) | 179.68º | 1% | 0.73% | - |
XYZ | 26.32 | 38.62 | 51.97 | - |
YUV | 130.27 | 158.88 | 35.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 186 | 185 | 1 | 0 | 0.01 | 0.27 | 179.68 | 1 | 0.36 |
Hex | 0 | BA | B9 | 64 | 0 | 1 | 1B | B4 | 64 | 24 |
Octal | 0 | 272 | 271 | 144 | 0 | 1 | 33 | 264 | 144 | 44 |
Binary | 0 | 10111010 | 10111001 | 1100100 | 0 | 1 | 11011 | 10110100 | 1100100 | 100100 |
Color Harmonies of #00BAB9
Complementary color
Monochromatic Colors of #00BAB9
Black with #00BAB9
Text Example
Text Example
White with #00BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BAB9; }
p { color: rgb(0,186,185); }
H1.HeaderClassName
{
color: #00BAB9;
}
.AnyTagClassName
{
color: #00BAB9;
}
</style>
background-color css
<style>
a { background-color: #00BAB9; }
a { background-color: rgb(0,186,185); }
div.DivClassName
{
background-color: #00BAB9;
}
.BgClassName
{
background-color: #00BAB9;
}
</style>
border-color css
<style>
span { border-color: #00BAB9; }
span { border-color: rgb(0,186,185); }
td.TdClassName
{
border-color: #00BAB9;
}
.TagClassName
{
border-color: #00BAB9;
}
</style>