Shades of Iris Blue #00BAB8
Tints of Iris Blue #00BAB8
RGB
CMYK
RGB Variations
Color information
#00BAB8 (or 0x00BAB8) is known color: Iris Blue. HEX triplet: 00, BA and B8. RGB value is (0,186,184). Sum of RGB (Red+Green+Blue) = 0+186+184=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #00BAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAB8 is #FF4547. Grayscale: #818181. Windows color (decimal): -16729416 or 12106240. OLE color: 12106240.
HSL color Cylindrical-coordinate representation of color #00BAB8: hue angle of 179.35º 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 #00BAB8 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 0 | 186 | 184 | - |
CMYK | 1 | 0 | 0.01 | 0.27 |
HSL | 179.35º | 1% | 0.36% | - |
HSV(B) | 179.35º | 1% | 0.73% | - |
XYZ | 26.21 | 38.58 | 51.41 | - |
YUV | 130.16 | 158.38 | 35.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 186 | 184 | 1 | 0 | 0.01 | 0.27 | 179.35 | 1 | 0.36 |
Hex | 0 | BA | B8 | 64 | 0 | 1 | 1B | B3 | 64 | 24 |
Octal | 0 | 272 | 270 | 144 | 0 | 1 | 33 | 263 | 144 | 44 |
Binary | 0 | 10111010 | 10111000 | 1100100 | 0 | 1 | 11011 | 10110011 | 1100100 | 100100 |
Color Harmonies of #00BAB8
Complementary color
Monochromatic Colors of #00BAB8
Black with #00BAB8
Text Example
Text Example
White with #00BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BAB8; }
p { color: rgb(0,186,184); }
H1.HeaderClassName
{
color: #00BAB8;
}
.AnyTagClassName
{
color: #00BAB8;
}
</style>
background-color css
<style>
a { background-color: #00BAB8; }
a { background-color: rgb(0,186,184); }
div.DivClassName
{
background-color: #00BAB8;
}
.BgClassName
{
background-color: #00BAB8;
}
</style>
border-color css
<style>
span { border-color: #00BAB8; }
span { border-color: rgb(0,186,184); }
td.TdClassName
{
border-color: #00BAB8;
}
.TagClassName
{
border-color: #00BAB8;
}
</style>