Shades of Iris Blue #01BECF
Tints of Iris Blue #01BECF
RGB
CMYK
RGB Variations
Color information
#01BECF (or 0x01BECF) is known color: Iris Blue. HEX triplet: 01, BE and CF. RGB value is (1,190,207). Sum of RGB (Red+Green+Blue) = 1+190+207=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #01BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BECF is #FE4130. Grayscale: #878787. Windows color (decimal): -16662833 or 13614593. OLE color: 13614593.
HSL color Cylindrical-coordinate representation of color #01BECF: hue angle of 184.95º 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 #01BECF is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 190 | 207 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.19 |
| HSL | 184.95º | 0.99% | 0.41% | - |
| HSV(B) | 184.95º | 1% | 0.81% | - |
| XYZ | 29.69 | 41.34 | 65.45 | - |
| YUV | 135.43 | 168.38 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 207 | 1.00 | 0.08 | 0 | 0.19 | 184.95 | 0.99 | 0.41 |
| Hex | 1 | BE | CF | 64 | 8 | 0 | 13 | B9 | 63 | 29 |
| Octal | 1 | 276 | 317 | 144 | 10 | 0 | 23 | 271 | 143 | 51 |
| Binary | 1 | 10111110 | 11001111 | 1100100 | 1000 | 0 | 10011 | 10111001 | 1100011 | 101001 |
Color Harmonies of #01BECF
Complementary color
Monochromatic Colors of #01BECF
Black with #01BECF
Text Example
Text Example
White with #01BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BECF; }
p { color: rgb(1,190,207); }
H1.HeaderClassName
{
color: #01BECF;
}
.AnyTagClassName
{
color: #01BECF;
}
</style>
background-color css
<style>
a { background-color: #01BECF; }
a { background-color: rgb(1,190,207); }
div.DivClassName
{
background-color: #01BECF;
}
.BgClassName
{
background-color: #01BECF;
}
</style>
border-color css
<style>
span { border-color: #01BECF; }
span { border-color: rgb(1,190,207); }
td.TdClassName
{
border-color: #01BECF;
}
.TagClassName
{
border-color: #01BECF;
}
</style>