Shades of Iris Blue #07BCE1
Tints of Iris Blue #07BCE1
RGB
CMYK
RGB Variations
Color information
#07BCE1 (or 0x07BCE1) is known color: Iris Blue. HEX triplet: 07, BC and E1. RGB value is (7,188,225). Sum of RGB (Red+Green+Blue) = 7+188+225=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #07BCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCE1 is #F8431E. Grayscale: #898989. Windows color (decimal): -16270111 or 14793735. OLE color: 14793735.
HSL color Cylindrical-coordinate representation of color #07BCE1: hue angle of 190.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCE1 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 188 | 225 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.12 |
| HSL | 190.18º | 0.94% | 0.45% | - |
| HSV(B) | 190.18º | 0.97% | 0.88% | - |
| XYZ | 31.66 | 41.45 | 77.57 | - |
| YUV | 138.1 | 177.03 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 225 | 0.97 | 0.16 | 0 | 0.12 | 190.18 | 0.94 | 0.45 |
| Hex | 7 | BC | E1 | 61 | 10 | 0 | C | BE | 5E | 2D |
| Octal | 7 | 274 | 341 | 141 | 20 | 0 | 14 | 276 | 136 | 55 |
| Binary | 111 | 10111100 | 11100001 | 1100001 | 10000 | 0 | 1100 | 10111110 | 1011110 | 101101 |
Color Harmonies of #07BCE1
Complementary color
Monochromatic Colors of #07BCE1
Black with #07BCE1
Text Example
Text Example
White with #07BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCE1; }
p { color: rgb(7,188,225); }
H1.HeaderClassName
{
color: #07BCE1;
}
.AnyTagClassName
{
color: #07BCE1;
}
</style>
background-color css
<style>
a { background-color: #07BCE1; }
a { background-color: rgb(7,188,225); }
div.DivClassName
{
background-color: #07BCE1;
}
.BgClassName
{
background-color: #07BCE1;
}
</style>
border-color css
<style>
span { border-color: #07BCE1; }
span { border-color: rgb(7,188,225); }
td.TdClassName
{
border-color: #07BCE1;
}
.TagClassName
{
border-color: #07BCE1;
}
</style>