Shades of Iris Blue #01BDB4
Tints of Iris Blue #01BDB4
RGB
CMYK
RGB Variations
Color information
#01BDB4 (or 0x01BDB4) is known color: Iris Blue. HEX triplet: 01, BD and B4. RGB value is (1,189,180). Sum of RGB (Red+Green+Blue) = 1+189+180=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #01BDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDB4 is #FE424B. Grayscale: #838383. Windows color (decimal): -16663116 or 11844865. OLE color: 11844865.
HSL color Cylindrical-coordinate representation of color #01BDB4: hue angle of 177.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BDB4 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 180 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.26 |
| HSL | 177.13º | 0.99% | 0.37% | - |
| HSV(B) | 177.13º | 0.99% | 0.74% | - |
| XYZ | 26.45 | 39.7 | 49.45 | - |
| YUV | 131.76 | 155.22 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 180 | 0.99 | 0 | 0.05 | 0.26 | 177.13 | 0.99 | 0.37 |
| Hex | 1 | BD | B4 | 63 | 0 | 5 | 1A | B1 | 63 | 25 |
| Octal | 1 | 275 | 264 | 143 | 0 | 5 | 32 | 261 | 143 | 45 |
| Binary | 1 | 10111101 | 10110100 | 1100011 | 0 | 101 | 11010 | 10110001 | 1100011 | 100101 |
Color Harmonies of #01BDB4
Complementary color
Monochromatic Colors of #01BDB4
Black with #01BDB4
Text Example
Text Example
White with #01BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDB4; }
p { color: rgb(1,189,180); }
H1.HeaderClassName
{
color: #01BDB4;
}
.AnyTagClassName
{
color: #01BDB4;
}
</style>
background-color css
<style>
a { background-color: #01BDB4; }
a { background-color: rgb(1,189,180); }
div.DivClassName
{
background-color: #01BDB4;
}
.BgClassName
{
background-color: #01BDB4;
}
</style>
border-color css
<style>
span { border-color: #01BDB4; }
span { border-color: rgb(1,189,180); }
td.TdClassName
{
border-color: #01BDB4;
}
.TagClassName
{
border-color: #01BDB4;
}
</style>