Shades of Iris Blue #07B9BC
Tints of Iris Blue #07B9BC
RGB
CMYK
RGB Variations
Color information
#07B9BC (or 0x07B9BC) is known color: Iris Blue. HEX triplet: 07, B9 and BC. RGB value is (7,185,188). Sum of RGB (Red+Green+Blue) = 7+185+188=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #07B9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9BC is #F84643. Grayscale: #838383. Windows color (decimal): -16270916 or 12368135. OLE color: 12368135.
HSL color Cylindrical-coordinate representation of color #07B9BC: hue angle of 180.99º 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 #07B9BC is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 185 | 188 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.26 |
| HSL | 180.99º | 0.93% | 0.38% | - |
| HSV(B) | 180.99º | 0.96% | 0.74% | - |
| XYZ | 26.51 | 38.37 | 53.59 | - |
| YUV | 132.12 | 159.53 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 188 | 0.96 | 0.02 | 0 | 0.26 | 180.99 | 0.93 | 0.38 |
| Hex | 7 | B9 | BC | 60 | 2 | 0 | 1A | B5 | 5D | 26 |
| Octal | 7 | 271 | 274 | 140 | 2 | 0 | 32 | 265 | 135 | 46 |
| Binary | 111 | 10111001 | 10111100 | 1100000 | 10 | 0 | 11010 | 10110101 | 1011101 | 100110 |
Color Harmonies of #07B9BC
Complementary color
Monochromatic Colors of #07B9BC
Black with #07B9BC
Text Example
Text Example
White with #07B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B9BC; }
p { color: rgb(7,185,188); }
H1.HeaderClassName
{
color: #07B9BC;
}
.AnyTagClassName
{
color: #07B9BC;
}
</style>
background-color css
<style>
a { background-color: #07B9BC; }
a { background-color: rgb(7,185,188); }
div.DivClassName
{
background-color: #07B9BC;
}
.BgClassName
{
background-color: #07B9BC;
}
</style>
border-color css
<style>
span { border-color: #07B9BC; }
span { border-color: rgb(7,185,188); }
td.TdClassName
{
border-color: #07B9BC;
}
.TagClassName
{
border-color: #07B9BC;
}
</style>