Shades of Iris Blue #00BBC1
Tints of Iris Blue #00BBC1
RGB
CMYK
RGB Variations
Color information
#00BBC1 (or 0x00BBC1) is known color: Iris Blue. HEX triplet: 00, BB and C1. RGB value is (0,187,193). Sum of RGB (Red+Green+Blue) = 0+187+193=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #00BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBC1 is #FF443E. Grayscale: #838383. Windows color (decimal): -16729151 or 12696320. OLE color: 12696320.
HSL color Cylindrical-coordinate representation of color #00BBC1: hue angle of 181.87º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBC1 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 187 | 193 | - |
| CMYK | 1 | 0.03 | 0 | 0.24 |
| HSL | 181.87º | 1% | 0.38% | - |
| HSV(B) | 181.87º | 1% | 0.76% | - |
| XYZ | 27.4 | 39.39 | 56.61 | - |
| YUV | 131.77 | 162.55 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 193 | 1 | 0.03 | 0 | 0.24 | 181.87 | 1 | 0.38 |
| Hex | 0 | BB | C1 | 64 | 3 | 0 | 18 | B6 | 64 | 26 |
| Octal | 0 | 273 | 301 | 144 | 3 | 0 | 30 | 266 | 144 | 46 |
| Binary | 0 | 10111011 | 11000001 | 1100100 | 11 | 0 | 11000 | 10110110 | 1100100 | 100110 |
Color Harmonies of #00BBC1
Complementary color
Monochromatic Colors of #00BBC1
Black with #00BBC1
Text Example
Text Example
White with #00BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBC1; }
p { color: rgb(0,187,193); }
H1.HeaderClassName
{
color: #00BBC1;
}
.AnyTagClassName
{
color: #00BBC1;
}
</style>
background-color css
<style>
a { background-color: #00BBC1; }
a { background-color: rgb(0,187,193); }
div.DivClassName
{
background-color: #00BBC1;
}
.BgClassName
{
background-color: #00BBC1;
}
</style>
border-color css
<style>
span { border-color: #00BBC1; }
span { border-color: rgb(0,187,193); }
td.TdClassName
{
border-color: #00BBC1;
}
.TagClassName
{
border-color: #00BBC1;
}
</style>