Shades of Iris Blue #07BBB6
Tints of Iris Blue #07BBB6
RGB
CMYK
RGB Variations
Color information
#07BBB6 (or 0x07BBB6) is known color: Iris Blue. HEX triplet: 07, BB and B6. RGB value is (7,187,182). Sum of RGB (Red+Green+Blue) = 7+187+182=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #07BBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBB6 is #F84449. Grayscale: #848484. Windows color (decimal): -16270410 or 11975431. OLE color: 11975431.
HSL color Cylindrical-coordinate representation of color #07BBB6: hue angle of 178.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BBB6 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 182 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.27 |
| HSL | 178.33º | 0.93% | 0.38% | - |
| HSV(B) | 178.33º | 0.96% | 0.73% | - |
| XYZ | 26.3 | 38.96 | 50.39 | - |
| YUV | 132.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 182 | 0.96 | 0 | 0.03 | 0.27 | 178.33 | 0.93 | 0.38 |
| Hex | 7 | BB | B6 | 60 | 0 | 3 | 1B | B2 | 5D | 26 |
| Octal | 7 | 273 | 266 | 140 | 0 | 3 | 33 | 262 | 135 | 46 |
| Binary | 111 | 10111011 | 10110110 | 1100000 | 0 | 11 | 11011 | 10110010 | 1011101 | 100110 |
Color Harmonies of #07BBB6
Complementary color
Monochromatic Colors of #07BBB6
Black with #07BBB6
Text Example
Text Example
White with #07BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBB6; }
p { color: rgb(7,187,182); }
H1.HeaderClassName
{
color: #07BBB6;
}
.AnyTagClassName
{
color: #07BBB6;
}
</style>
background-color css
<style>
a { background-color: #07BBB6; }
a { background-color: rgb(7,187,182); }
div.DivClassName
{
background-color: #07BBB6;
}
.BgClassName
{
background-color: #07BBB6;
}
</style>
border-color css
<style>
span { border-color: #07BBB6; }
span { border-color: rgb(7,187,182); }
td.TdClassName
{
border-color: #07BBB6;
}
.TagClassName
{
border-color: #07BBB6;
}
</style>