Shades of Iris Blue #01BAC4
Tints of Iris Blue #01BAC4
RGB
CMYK
RGB Variations
Color information
#01BAC4 (or 0x01BAC4) is known color: Iris Blue. HEX triplet: 01, BA and C4. RGB value is (1,186,196). Sum of RGB (Red+Green+Blue) = 1+186+196=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #01BAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BAC4 is #FE453B. Grayscale: #838383. Windows color (decimal): -16663868 or 12892673. OLE color: 12892673.
HSL color Cylindrical-coordinate representation of color #01BAC4: hue angle of 183.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BAC4 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 186 | 196 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.23 |
| HSL | 183.08º | 0.99% | 0.39% | - |
| HSV(B) | 183.08º | 0.99% | 0.77% | - |
| XYZ | 27.54 | 39.11 | 58.32 | - |
| YUV | 131.83 | 164.21 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 196 | 0.99 | 0.05 | 0 | 0.23 | 183.08 | 0.99 | 0.39 |
| Hex | 1 | BA | C4 | 63 | 5 | 0 | 17 | B7 | 63 | 27 |
| Octal | 1 | 272 | 304 | 143 | 5 | 0 | 27 | 267 | 143 | 47 |
| Binary | 1 | 10111010 | 11000100 | 1100011 | 101 | 0 | 10111 | 10110111 | 1100011 | 100111 |
Color Harmonies of #01BAC4
Complementary color
Monochromatic Colors of #01BAC4
Black with #01BAC4
Text Example
Text Example
White with #01BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BAC4; }
p { color: rgb(1,186,196); }
H1.HeaderClassName
{
color: #01BAC4;
}
.AnyTagClassName
{
color: #01BAC4;
}
</style>
background-color css
<style>
a { background-color: #01BAC4; }
a { background-color: rgb(1,186,196); }
div.DivClassName
{
background-color: #01BAC4;
}
.BgClassName
{
background-color: #01BAC4;
}
</style>
border-color css
<style>
span { border-color: #01BAC4; }
span { border-color: rgb(1,186,196); }
td.TdClassName
{
border-color: #01BAC4;
}
.TagClassName
{
border-color: #01BAC4;
}
</style>