Shades of Iris Blue #01BFB3
Tints of Iris Blue #01BFB3
RGB
CMYK
RGB Variations
Color information
#01BFB3 (or 0x01BFB3) is known color: Iris Blue. HEX triplet: 01, BF and B3. RGB value is (1,191,179). Sum of RGB (Red+Green+Blue) = 1+191+179=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFB3 is #FE404C. Grayscale: #848484. Windows color (decimal): -16662605 or 11779841. OLE color: 11779841.
HSL color Cylindrical-coordinate representation of color #01BFB3: hue angle of 176.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BFB3 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 179 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.25 |
| HSL | 176.21º | 0.99% | 0.38% | - |
| HSV(B) | 176.21º | 0.99% | 0.75% | - |
| XYZ | 26.78 | 40.52 | 49.06 | - |
| YUV | 132.82 | 154.05 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 179 | 0.99 | 0 | 0.06 | 0.25 | 176.21 | 0.99 | 0.38 |
| Hex | 1 | BF | B3 | 63 | 0 | 6 | 19 | B0 | 63 | 26 |
| Octal | 1 | 277 | 263 | 143 | 0 | 6 | 31 | 260 | 143 | 46 |
| Binary | 1 | 10111111 | 10110011 | 1100011 | 0 | 110 | 11001 | 10110000 | 1100011 | 100110 |
Color Harmonies of #01BFB3
Complementary color
Monochromatic Colors of #01BFB3
Black with #01BFB3
Text Example
Text Example
White with #01BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFB3; }
p { color: rgb(1,191,179); }
H1.HeaderClassName
{
color: #01BFB3;
}
.AnyTagClassName
{
color: #01BFB3;
}
</style>
background-color css
<style>
a { background-color: #01BFB3; }
a { background-color: rgb(1,191,179); }
div.DivClassName
{
background-color: #01BFB3;
}
.BgClassName
{
background-color: #01BFB3;
}
</style>
border-color css
<style>
span { border-color: #01BFB3; }
span { border-color: rgb(1,191,179); }
td.TdClassName
{
border-color: #01BFB3;
}
.TagClassName
{
border-color: #01BFB3;
}
</style>