Shades of Iris Blue #00B2C9
Tints of Iris Blue #00B2C9
RGB
CMYK
RGB Variations
Color information
#00B2C9 (or 0x00B2C9) is known color: Iris Blue. HEX triplet: 00, B2 and C9. RGB value is (0,178,201). Sum of RGB (Red+Green+Blue) = 0+178+201=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #00B2C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B2C9 is #FF4D36. Grayscale: #7F7F7F. Windows color (decimal): -16731447 or 13218304. OLE color: 13218304.
HSL color Cylindrical-coordinate representation of color #00B2C9: hue angle of 186.87º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B2C9 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 178 | 201 | - |
| CMYK | 1 | 0.11 | 0 | 0.21 |
| HSL | 186.87º | 1% | 0.39% | - |
| HSV(B) | 186.87º | 1% | 0.79% | - |
| XYZ | 26.46 | 36.06 | 60.82 | - |
| YUV | 127.4 | 169.53 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 201 | 1 | 0.11 | 0 | 0.21 | 186.87 | 1 | 0.39 |
| Hex | 0 | B2 | C9 | 64 | B | 0 | 15 | BB | 64 | 27 |
| Octal | 0 | 262 | 311 | 144 | 13 | 0 | 25 | 273 | 144 | 47 |
| Binary | 0 | 10110010 | 11001001 | 1100100 | 1011 | 0 | 10101 | 10111011 | 1100100 | 100111 |
Color Harmonies of #00B2C9
Complementary color
Monochromatic Colors of #00B2C9
Black with #00B2C9
Text Example
Text Example
White with #00B2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B2C9; }
p { color: rgb(0,178,201); }
H1.HeaderClassName
{
color: #00B2C9;
}
.AnyTagClassName
{
color: #00B2C9;
}
</style>
background-color css
<style>
a { background-color: #00B2C9; }
a { background-color: rgb(0,178,201); }
div.DivClassName
{
background-color: #00B2C9;
}
.BgClassName
{
background-color: #00B2C9;
}
</style>
border-color css
<style>
span { border-color: #00B2C9; }
span { border-color: rgb(0,178,201); }
td.TdClassName
{
border-color: #00B2C9;
}
.TagClassName
{
border-color: #00B2C9;
}
</style>