Shades of Iris Blue #07B0B7
Tints of Iris Blue #07B0B7
RGB
CMYK
RGB Variations
Color information
#07B0B7 (or 0x07B0B7) is known color: Iris Blue. HEX triplet: 07, B0 and B7. RGB value is (7,176,183). Sum of RGB (Red+Green+Blue) = 7+176+183=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #07B0B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B0B7 is #F84F48. Grayscale: #7E7E7E. Windows color (decimal): -16273225 or 12038151. OLE color: 12038151.
HSL color Cylindrical-coordinate representation of color #07B0B7: hue angle of 182.39º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B0B7 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 176 | 183 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.28 |
| HSL | 182.39º | 0.93% | 0.37% | - |
| HSV(B) | 182.39º | 0.96% | 0.72% | - |
| XYZ | 24.16 | 34.51 | 50.19 | - |
| YUV | 126.27 | 160.01 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 183 | 0.96 | 0.04 | 0 | 0.28 | 182.39 | 0.93 | 0.37 |
| Hex | 7 | B0 | B7 | 60 | 4 | 0 | 1C | B6 | 5D | 25 |
| Octal | 7 | 260 | 267 | 140 | 4 | 0 | 34 | 266 | 135 | 45 |
| Binary | 111 | 10110000 | 10110111 | 1100000 | 100 | 0 | 11100 | 10110110 | 1011101 | 100101 |
Color Harmonies of #07B0B7
Complementary color
Monochromatic Colors of #07B0B7
Black with #07B0B7
Text Example
Text Example
White with #07B0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0B7; }
p { color: rgb(7,176,183); }
H1.HeaderClassName
{
color: #07B0B7;
}
.AnyTagClassName
{
color: #07B0B7;
}
</style>
background-color css
<style>
a { background-color: #07B0B7; }
a { background-color: rgb(7,176,183); }
div.DivClassName
{
background-color: #07B0B7;
}
.BgClassName
{
background-color: #07B0B7;
}
</style>
border-color css
<style>
span { border-color: #07B0B7; }
span { border-color: rgb(7,176,183); }
td.TdClassName
{
border-color: #07B0B7;
}
.TagClassName
{
border-color: #07B0B7;
}
</style>