Shades of Iris Blue #01BAC2
Tints of Iris Blue #01BAC2
RGB
CMYK
RGB Variations
Color information
#01BAC2 (or 0x01BAC2) is known color: Iris Blue. HEX triplet: 01, BA and C2. RGB value is (1,186,194). Sum of RGB (Red+Green+Blue) = 1+186+194=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #01BAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BAC2 is #FE453D. Grayscale: #838383. Windows color (decimal): -16663870 or 12761601. OLE color: 12761601.
HSL color Cylindrical-coordinate representation of color #01BAC2: hue angle of 182.49º 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 #01BAC2 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 186 | 194 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.24 |
| HSL | 182.49º | 0.99% | 0.38% | - |
| HSV(B) | 182.49º | 0.99% | 0.76% | - |
| XYZ | 27.31 | 39.02 | 57.13 | - |
| YUV | 131.6 | 163.21 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 194 | 0.99 | 0.04 | 0 | 0.24 | 182.49 | 0.99 | 0.38 |
| Hex | 1 | BA | C2 | 63 | 4 | 0 | 18 | B6 | 63 | 26 |
| Octal | 1 | 272 | 302 | 143 | 4 | 0 | 30 | 266 | 143 | 46 |
| Binary | 1 | 10111010 | 11000010 | 1100011 | 100 | 0 | 11000 | 10110110 | 1100011 | 100110 |
Color Harmonies of #01BAC2
Complementary color
Monochromatic Colors of #01BAC2
Black with #01BAC2
Text Example
Text Example
White with #01BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BAC2; }
p { color: rgb(1,186,194); }
H1.HeaderClassName
{
color: #01BAC2;
}
.AnyTagClassName
{
color: #01BAC2;
}
</style>
background-color css
<style>
a { background-color: #01BAC2; }
a { background-color: rgb(1,186,194); }
div.DivClassName
{
background-color: #01BAC2;
}
.BgClassName
{
background-color: #01BAC2;
}
</style>
border-color css
<style>
span { border-color: #01BAC2; }
span { border-color: rgb(1,186,194); }
td.TdClassName
{
border-color: #01BAC2;
}
.TagClassName
{
border-color: #01BAC2;
}
</style>