Shades of Iris Blue #01BFC2
Tints of Iris Blue #01BFC2
RGB
CMYK
RGB Variations
Color information
#01BFC2 (or 0x01BFC2) is known color: Iris Blue. HEX triplet: 01, BF and C2. RGB value is (1,191,194). Sum of RGB (Red+Green+Blue) = 1+191+194=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #01BFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFC2 is #FE403D. Grayscale: #868686. Windows color (decimal): -16662590 or 12762881. OLE color: 12762881.
HSL color Cylindrical-coordinate representation of color #01BFC2: hue angle of 180.93º 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 #01BFC2 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 191 | 194 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.24 |
| HSL | 180.93º | 0.99% | 0.38% | - |
| HSV(B) | 180.93º | 0.99% | 0.76% | - |
| XYZ | 28.38 | 41.16 | 57.49 | - |
| YUV | 134.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 194 | 0.99 | 0.02 | 0 | 0.24 | 180.93 | 0.99 | 0.38 |
| Hex | 1 | BF | C2 | 63 | 2 | 0 | 18 | B5 | 63 | 26 |
| Octal | 1 | 277 | 302 | 143 | 2 | 0 | 30 | 265 | 143 | 46 |
| Binary | 1 | 10111111 | 11000010 | 1100011 | 10 | 0 | 11000 | 10110101 | 1100011 | 100110 |
Color Harmonies of #01BFC2
Complementary color
Monochromatic Colors of #01BFC2
Black with #01BFC2
Text Example
Text Example
White with #01BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFC2; }
p { color: rgb(1,191,194); }
H1.HeaderClassName
{
color: #01BFC2;
}
.AnyTagClassName
{
color: #01BFC2;
}
</style>
background-color css
<style>
a { background-color: #01BFC2; }
a { background-color: rgb(1,191,194); }
div.DivClassName
{
background-color: #01BFC2;
}
.BgClassName
{
background-color: #01BFC2;
}
</style>
border-color css
<style>
span { border-color: #01BFC2; }
span { border-color: rgb(1,191,194); }
td.TdClassName
{
border-color: #01BFC2;
}
.TagClassName
{
border-color: #01BFC2;
}
</style>