Shades of Iris Blue #07BDBB
Tints of Iris Blue #07BDBB
RGB
CMYK
RGB Variations
Color information
#07BDBB (or 0x07BDBB) is known color: Iris Blue. HEX triplet: 07, BD and BB. RGB value is (7,189,187). Sum of RGB (Red+Green+Blue) = 7+189+187=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDBB is #F84244. Grayscale: #868686. Windows color (decimal): -16269893 or 12303623. OLE color: 12303623.
HSL color Cylindrical-coordinate representation of color #07BDBB: hue angle of 179.34º 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 #07BDBB is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 187 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.26 |
| HSL | 179.34º | 0.93% | 0.38% | - |
| HSV(B) | 179.34º | 0.96% | 0.74% | - |
| XYZ | 27.25 | 40.03 | 53.3 | - |
| YUV | 134.35 | 157.7 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 187 | 0.96 | 0 | 0.01 | 0.26 | 179.34 | 0.93 | 0.38 |
| Hex | 7 | BD | BB | 60 | 0 | 1 | 1A | B3 | 5D | 26 |
| Octal | 7 | 275 | 273 | 140 | 0 | 1 | 32 | 263 | 135 | 46 |
| Binary | 111 | 10111101 | 10111011 | 1100000 | 0 | 1 | 11010 | 10110011 | 1011101 | 100110 |
Color Harmonies of #07BDBB
Complementary color
Monochromatic Colors of #07BDBB
Black with #07BDBB
Text Example
Text Example
White with #07BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDBB; }
p { color: rgb(7,189,187); }
H1.HeaderClassName
{
color: #07BDBB;
}
.AnyTagClassName
{
color: #07BDBB;
}
</style>
background-color css
<style>
a { background-color: #07BDBB; }
a { background-color: rgb(7,189,187); }
div.DivClassName
{
background-color: #07BDBB;
}
.BgClassName
{
background-color: #07BDBB;
}
</style>
border-color css
<style>
span { border-color: #07BDBB; }
span { border-color: rgb(7,189,187); }
td.TdClassName
{
border-color: #07BDBB;
}
.TagClassName
{
border-color: #07BDBB;
}
</style>