Shades of Iris Blue #01BEC4
Tints of Iris Blue #01BEC4
RGB
CMYK
RGB Variations
Color information
#01BEC4 (or 0x01BEC4) is known color: Iris Blue. HEX triplet: 01, BE and C4. RGB value is (1,190,196). Sum of RGB (Red+Green+Blue) = 1+190+196=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #01BEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BEC4 is #FE413B. Grayscale: #858585. Windows color (decimal): -16662844 or 12893697. OLE color: 12893697.
HSL color Cylindrical-coordinate representation of color #01BEC4: hue angle of 181.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BEC4 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 190 | 196 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.23 |
| HSL | 181.85º | 0.99% | 0.39% | - |
| HSV(B) | 181.85º | 0.99% | 0.77% | - |
| XYZ | 28.39 | 40.82 | 58.61 | - |
| YUV | 134.17 | 162.88 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 196 | 0.99 | 0.03 | 0 | 0.23 | 181.85 | 0.99 | 0.39 |
| Hex | 1 | BE | C4 | 63 | 3 | 0 | 17 | B6 | 63 | 27 |
| Octal | 1 | 276 | 304 | 143 | 3 | 0 | 27 | 266 | 143 | 47 |
| Binary | 1 | 10111110 | 11000100 | 1100011 | 11 | 0 | 10111 | 10110110 | 1100011 | 100111 |
Color Harmonies of #01BEC4
Complementary color
Monochromatic Colors of #01BEC4
Black with #01BEC4
Text Example
Text Example
White with #01BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEC4; }
p { color: rgb(1,190,196); }
H1.HeaderClassName
{
color: #01BEC4;
}
.AnyTagClassName
{
color: #01BEC4;
}
</style>
background-color css
<style>
a { background-color: #01BEC4; }
a { background-color: rgb(1,190,196); }
div.DivClassName
{
background-color: #01BEC4;
}
.BgClassName
{
background-color: #01BEC4;
}
</style>
border-color css
<style>
span { border-color: #01BEC4; }
span { border-color: rgb(1,190,196); }
td.TdClassName
{
border-color: #01BEC4;
}
.TagClassName
{
border-color: #01BEC4;
}
</style>