Shades of Iris Blue #01BBC2
Tints of Iris Blue #01BBC2
RGB
CMYK
RGB Variations
Color information
#01BBC2 (or 0x01BBC2) is known color: Iris Blue. HEX triplet: 01, BB and C2. RGB value is (1,187,194). Sum of RGB (Red+Green+Blue) = 1+187+194=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #01BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBC2 is #FE443D. Grayscale: #838383. Windows color (decimal): -16663614 or 12761857. OLE color: 12761857.
HSL color Cylindrical-coordinate representation of color #01BBC2: hue angle of 182.18º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BBC2 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 187 | 194 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.24 |
| HSL | 182.18º | 0.99% | 0.38% | - |
| HSV(B) | 182.18º | 0.99% | 0.76% | - |
| XYZ | 27.52 | 39.44 | 57.2 | - |
| YUV | 132.18 | 162.88 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 194 | 0.99 | 0.04 | 0 | 0.24 | 182.18 | 0.99 | 0.38 |
| Hex | 1 | BB | C2 | 63 | 4 | 0 | 18 | B6 | 63 | 26 |
| Octal | 1 | 273 | 302 | 143 | 4 | 0 | 30 | 266 | 143 | 46 |
| Binary | 1 | 10111011 | 11000010 | 1100011 | 100 | 0 | 11000 | 10110110 | 1100011 | 100110 |
Color Harmonies of #01BBC2
Complementary color
Monochromatic Colors of #01BBC2
Black with #01BBC2
Text Example
Text Example
White with #01BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBC2; }
p { color: rgb(1,187,194); }
H1.HeaderClassName
{
color: #01BBC2;
}
.AnyTagClassName
{
color: #01BBC2;
}
</style>
background-color css
<style>
a { background-color: #01BBC2; }
a { background-color: rgb(1,187,194); }
div.DivClassName
{
background-color: #01BBC2;
}
.BgClassName
{
background-color: #01BBC2;
}
</style>
border-color css
<style>
span { border-color: #01BBC2; }
span { border-color: rgb(1,187,194); }
td.TdClassName
{
border-color: #01BBC2;
}
.TagClassName
{
border-color: #01BBC2;
}
</style>