Shades of Iris Blue #01BEC6
Tints of Iris Blue #01BEC6
RGB
CMYK
RGB Variations
Color information
#01BEC6 (or 0x01BEC6) is known color: Iris Blue. HEX triplet: 01, BE and C6. RGB value is (1,190,198). Sum of RGB (Red+Green+Blue) = 1+190+198=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #01BEC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BEC6 is #FE4139. Grayscale: #868686. Windows color (decimal): -16662842 or 13024769. OLE color: 13024769.
HSL color Cylindrical-coordinate representation of color #01BEC6: hue angle of 182.44º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BEC6 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 190 | 198 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.22 |
| HSL | 182.44º | 0.99% | 0.39% | - |
| HSV(B) | 182.44º | 0.99% | 0.78% | - |
| XYZ | 28.62 | 40.91 | 59.81 | - |
| YUV | 134.4 | 163.88 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 198 | 0.99 | 0.04 | 0 | 0.22 | 182.44 | 0.99 | 0.39 |
| Hex | 1 | BE | C6 | 63 | 4 | 0 | 16 | B6 | 63 | 27 |
| Octal | 1 | 276 | 306 | 143 | 4 | 0 | 26 | 266 | 143 | 47 |
| Binary | 1 | 10111110 | 11000110 | 1100011 | 100 | 0 | 10110 | 10110110 | 1100011 | 100111 |
Color Harmonies of #01BEC6
Complementary color
Monochromatic Colors of #01BEC6
Black with #01BEC6
Text Example
Text Example
White with #01BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEC6; }
p { color: rgb(1,190,198); }
H1.HeaderClassName
{
color: #01BEC6;
}
.AnyTagClassName
{
color: #01BEC6;
}
</style>
background-color css
<style>
a { background-color: #01BEC6; }
a { background-color: rgb(1,190,198); }
div.DivClassName
{
background-color: #01BEC6;
}
.BgClassName
{
background-color: #01BEC6;
}
</style>
border-color css
<style>
span { border-color: #01BEC6; }
span { border-color: rgb(1,190,198); }
td.TdClassName
{
border-color: #01BEC6;
}
.TagClassName
{
border-color: #01BEC6;
}
</style>