Shades of Iris Blue #01BABC
Tints of Iris Blue #01BABC
RGB
CMYK
RGB Variations
Color information
#01BABC (or 0x01BABC) is known color: Iris Blue. HEX triplet: 01, BA and BC. RGB value is (1,186,188). Sum of RGB (Red+Green+Blue) = 1+186+188=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #01BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BABC is #FE4543. Grayscale: #828282. Windows color (decimal): -16663876 or 12368385. OLE color: 12368385.
HSL color Cylindrical-coordinate representation of color #01BABC: hue angle of 180.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BABC is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 186 | 188 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.26 |
| HSL | 180.64º | 0.99% | 0.37% | - |
| HSV(B) | 180.64º | 0.99% | 0.74% | - |
| XYZ | 26.65 | 38.76 | 53.65 | - |
| YUV | 130.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 188 | 0.99 | 0.01 | 0 | 0.26 | 180.64 | 0.99 | 0.37 |
| Hex | 1 | BA | BC | 63 | 1 | 0 | 1A | B5 | 63 | 25 |
| Octal | 1 | 272 | 274 | 143 | 1 | 0 | 32 | 265 | 143 | 45 |
| Binary | 1 | 10111010 | 10111100 | 1100011 | 1 | 0 | 11010 | 10110101 | 1100011 | 100101 |
Color Harmonies of #01BABC
Complementary color
Monochromatic Colors of #01BABC
Black with #01BABC
Text Example
Text Example
White with #01BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BABC; }
p { color: rgb(1,186,188); }
H1.HeaderClassName
{
color: #01BABC;
}
.AnyTagClassName
{
color: #01BABC;
}
</style>
background-color css
<style>
a { background-color: #01BABC; }
a { background-color: rgb(1,186,188); }
div.DivClassName
{
background-color: #01BABC;
}
.BgClassName
{
background-color: #01BABC;
}
</style>
border-color css
<style>
span { border-color: #01BABC; }
span { border-color: rgb(1,186,188); }
td.TdClassName
{
border-color: #01BABC;
}
.TagClassName
{
border-color: #01BABC;
}
</style>