Shades of Iris Blue #01BECE
Tints of Iris Blue #01BECE
RGB
CMYK
RGB Variations
Color information
#01BECE (or 0x01BECE) is known color: Iris Blue. HEX triplet: 01, BE and CE. RGB value is (1,190,206). Sum of RGB (Red+Green+Blue) = 1+190+206=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #01BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BECE is #FE4131. Grayscale: #878787. Windows color (decimal): -16662834 or 13549057. OLE color: 13549057.
HSL color Cylindrical-coordinate representation of color #01BECE: hue angle of 184.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BECE is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 190 | 206 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.19 |
| HSL | 184.68º | 0.99% | 0.41% | - |
| HSV(B) | 184.68º | 1% | 0.81% | - |
| XYZ | 29.57 | 41.29 | 64.8 | - |
| YUV | 135.31 | 167.88 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 206 | 1.00 | 0.08 | 0 | 0.19 | 184.68 | 0.99 | 0.41 |
| Hex | 1 | BE | CE | 64 | 8 | 0 | 13 | B9 | 63 | 29 |
| Octal | 1 | 276 | 316 | 144 | 10 | 0 | 23 | 271 | 143 | 51 |
| Binary | 1 | 10111110 | 11001110 | 1100100 | 1000 | 0 | 10011 | 10111001 | 1100011 | 101001 |
Color Harmonies of #01BECE
Complementary color
Monochromatic Colors of #01BECE
Black with #01BECE
Text Example
Text Example
White with #01BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BECE; }
p { color: rgb(1,190,206); }
H1.HeaderClassName
{
color: #01BECE;
}
.AnyTagClassName
{
color: #01BECE;
}
</style>
background-color css
<style>
a { background-color: #01BECE; }
a { background-color: rgb(1,190,206); }
div.DivClassName
{
background-color: #01BECE;
}
.BgClassName
{
background-color: #01BECE;
}
</style>
border-color css
<style>
span { border-color: #01BECE; }
span { border-color: rgb(1,190,206); }
td.TdClassName
{
border-color: #01BECE;
}
.TagClassName
{
border-color: #01BECE;
}
</style>