Shades of Iris Blue #07BCC0
Tints of Iris Blue #07BCC0
RGB
CMYK
RGB Variations
Color information
#07BCC0 (or 0x07BCC0) is known color: Iris Blue. HEX triplet: 07, BC and C0. RGB value is (7,188,192). Sum of RGB (Red+Green+Blue) = 7+188+192=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #07BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCC0 is #F8433F. Grayscale: #868686. Windows color (decimal): -16270144 or 12631047. OLE color: 12631047.
HSL color Cylindrical-coordinate representation of color #07BCC0: hue angle of 181.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCC0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 188 | 192 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.25 |
| HSL | 181.3º | 0.93% | 0.39% | - |
| HSV(B) | 181.3º | 0.96% | 0.75% | - |
| XYZ | 27.59 | 39.82 | 56.1 | - |
| YUV | 134.34 | 160.53 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 192 | 0.96 | 0.02 | 0 | 0.25 | 181.3 | 0.93 | 0.39 |
| Hex | 7 | BC | C0 | 60 | 2 | 0 | 19 | B5 | 5D | 27 |
| Octal | 7 | 274 | 300 | 140 | 2 | 0 | 31 | 265 | 135 | 47 |
| Binary | 111 | 10111100 | 11000000 | 1100000 | 10 | 0 | 11001 | 10110101 | 1011101 | 100111 |
Color Harmonies of #07BCC0
Complementary color
Monochromatic Colors of #07BCC0
Black with #07BCC0
Text Example
Text Example
White with #07BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCC0; }
p { color: rgb(7,188,192); }
H1.HeaderClassName
{
color: #07BCC0;
}
.AnyTagClassName
{
color: #07BCC0;
}
</style>
background-color css
<style>
a { background-color: #07BCC0; }
a { background-color: rgb(7,188,192); }
div.DivClassName
{
background-color: #07BCC0;
}
.BgClassName
{
background-color: #07BCC0;
}
</style>
border-color css
<style>
span { border-color: #07BCC0; }
span { border-color: rgb(7,188,192); }
td.TdClassName
{
border-color: #07BCC0;
}
.TagClassName
{
border-color: #07BCC0;
}
</style>