Shades of Iris Blue #01BACF
Tints of Iris Blue #01BACF
RGB
CMYK
RGB Variations
Color information
#01BACF (or 0x01BACF) is known color: Iris Blue. HEX triplet: 01, BA and CF. RGB value is (1,186,207). Sum of RGB (Red+Green+Blue) = 1+186+207=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #01BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BACF is #FE4530. Grayscale: #848484. Windows color (decimal): -16663857 or 13613569. OLE color: 13613569.
HSL color Cylindrical-coordinate representation of color #01BACF: hue angle of 186.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BACF is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 186 | 207 | - |
| CMYK | 1.00 | 0.10 | 0 | 0.19 |
| HSL | 186.12º | 0.99% | 0.41% | - |
| HSV(B) | 186.12º | 1% | 0.81% | - |
| XYZ | 28.83 | 39.63 | 65.16 | - |
| YUV | 133.08 | 169.71 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 207 | 1.00 | 0.10 | 0 | 0.19 | 186.12 | 0.99 | 0.41 |
| Hex | 1 | BA | CF | 64 | A | 0 | 13 | BA | 63 | 29 |
| Octal | 1 | 272 | 317 | 144 | 12 | 0 | 23 | 272 | 143 | 51 |
| Binary | 1 | 10111010 | 11001111 | 1100100 | 1010 | 0 | 10011 | 10111010 | 1100011 | 101001 |
Color Harmonies of #01BACF
Complementary color
Monochromatic Colors of #01BACF
Black with #01BACF
Text Example
Text Example
White with #01BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BACF; }
p { color: rgb(1,186,207); }
H1.HeaderClassName
{
color: #01BACF;
}
.AnyTagClassName
{
color: #01BACF;
}
</style>
background-color css
<style>
a { background-color: #01BACF; }
a { background-color: rgb(1,186,207); }
div.DivClassName
{
background-color: #01BACF;
}
.BgClassName
{
background-color: #01BACF;
}
</style>
border-color css
<style>
span { border-color: #01BACF; }
span { border-color: rgb(1,186,207); }
td.TdClassName
{
border-color: #01BACF;
}
.TagClassName
{
border-color: #01BACF;
}
</style>