Shades of Iris Blue #00B2BF
Tints of Iris Blue #00B2BF
RGB
CMYK
RGB Variations
Color information
#00B2BF (or 0x00B2BF) is known color: Iris Blue. HEX triplet: 00, B2 and BF. RGB value is (0,178,191). Sum of RGB (Red+Green+Blue) = 0+178+191=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #00B2BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B2BF is #FF4D40. Grayscale: #7E7E7E. Windows color (decimal): -16731457 or 12562944. OLE color: 12562944.
HSL color Cylindrical-coordinate representation of color #00B2BF: hue angle of 184.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B2BF is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 178 | 191 | - |
| CMYK | 1 | 0.07 | 0 | 0.25 |
| HSL | 184.08º | 1% | 0.37% | - |
| HSV(B) | 184.08º | 1% | 0.75% | - |
| XYZ | 25.32 | 35.6 | 54.83 | - |
| YUV | 126.26 | 164.53 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 191 | 1 | 0.07 | 0 | 0.25 | 184.08 | 1 | 0.37 |
| Hex | 0 | B2 | BF | 64 | 7 | 0 | 19 | B8 | 64 | 25 |
| Octal | 0 | 262 | 277 | 144 | 7 | 0 | 31 | 270 | 144 | 45 |
| Binary | 0 | 10110010 | 10111111 | 1100100 | 111 | 0 | 11001 | 10111000 | 1100100 | 100101 |
Color Harmonies of #00B2BF
Complementary color
Monochromatic Colors of #00B2BF
Black with #00B2BF
Text Example
Text Example
White with #00B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B2BF; }
p { color: rgb(0,178,191); }
H1.HeaderClassName
{
color: #00B2BF;
}
.AnyTagClassName
{
color: #00B2BF;
}
</style>
background-color css
<style>
a { background-color: #00B2BF; }
a { background-color: rgb(0,178,191); }
div.DivClassName
{
background-color: #00B2BF;
}
.BgClassName
{
background-color: #00B2BF;
}
</style>
border-color css
<style>
span { border-color: #00B2BF; }
span { border-color: rgb(0,178,191); }
td.TdClassName
{
border-color: #00B2BF;
}
.TagClassName
{
border-color: #00B2BF;
}
</style>