Shades of Iris Blue #07BCBC
Tints of Iris Blue #07BCBC
RGB
CMYK
RGB Variations
Color information
#07BCBC (or 0x07BCBC) is known color: Iris Blue. HEX triplet: 07, BC and BC. RGB value is (7,188,188). Sum of RGB (Red+Green+Blue) = 7+188+188=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #07BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCBC is #F84343. Grayscale: #858585. Windows color (decimal): -16270148 or 12368903. OLE color: 12368903.
HSL color Cylindrical-coordinate representation of color #07BCBC: hue angle of 180º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCBC is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 188 | - |
| CMYK | 0.96 | 0 | 0 | 0.26 |
| HSL | 180º | 0.93% | 0.38% | - |
| HSV(B) | 180º | 0.96% | 0.74% | - |
| XYZ | 27.15 | 39.64 | 53.8 | - |
| YUV | 133.88 | 158.53 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 188 | 0.96 | 0 | 0 | 0.26 | 180 | 0.93 | 0.38 |
| Hex | 7 | BC | BC | 60 | 0 | 0 | 1A | B4 | 5D | 26 |
| Octal | 7 | 274 | 274 | 140 | 0 | 0 | 32 | 264 | 135 | 46 |
| Binary | 111 | 10111100 | 10111100 | 1100000 | 0 | 0 | 11010 | 10110100 | 1011101 | 100110 |
Color Harmonies of #07BCBC
Complementary color
Monochromatic Colors of #07BCBC
Black with #07BCBC
Text Example
Text Example
White with #07BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCBC; }
p { color: rgb(7,188,188); }
H1.HeaderClassName
{
color: #07BCBC;
}
.AnyTagClassName
{
color: #07BCBC;
}
</style>
background-color css
<style>
a { background-color: #07BCBC; }
a { background-color: rgb(7,188,188); }
div.DivClassName
{
background-color: #07BCBC;
}
.BgClassName
{
background-color: #07BCBC;
}
</style>
border-color css
<style>
span { border-color: #07BCBC; }
span { border-color: rgb(7,188,188); }
td.TdClassName
{
border-color: #07BCBC;
}
.TagClassName
{
border-color: #07BCBC;
}
</style>