Shades of Iris Blue #07B2B1
Tints of Iris Blue #07B2B1
RGB
CMYK
RGB Variations
Color information
#07B2B1 (or 0x07B2B1) is known color: Iris Blue. HEX triplet: 07, B2 and B1. RGB value is (7,178,177). Sum of RGB (Red+Green+Blue) = 7+178+177=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #07B2B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B2B1 is #F84D4E. Grayscale: #7E7E7E. Windows color (decimal): -16272719 or 11645447. OLE color: 11645447.
HSL color Cylindrical-coordinate representation of color #07B2B1: hue angle of 179.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B2B1 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 177 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.30 |
| HSL | 179.65º | 0.92% | 0.36% | - |
| HSV(B) | 179.65º | 0.96% | 0.7% | - |
| XYZ | 23.94 | 35.06 | 47.1 | - |
| YUV | 126.76 | 156.35 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 177 | 0.96 | 0 | 0.01 | 0.30 | 179.65 | 0.92 | 0.36 |
| Hex | 7 | B2 | B1 | 60 | 0 | 1 | 1E | B4 | 5C | 24 |
| Octal | 7 | 262 | 261 | 140 | 0 | 1 | 36 | 264 | 134 | 44 |
| Binary | 111 | 10110010 | 10110001 | 1100000 | 0 | 1 | 11110 | 10110100 | 1011100 | 100100 |
Color Harmonies of #07B2B1
Complementary color
Monochromatic Colors of #07B2B1
Black with #07B2B1
Text Example
Text Example
White with #07B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B2B1; }
p { color: rgb(7,178,177); }
H1.HeaderClassName
{
color: #07B2B1;
}
.AnyTagClassName
{
color: #07B2B1;
}
</style>
background-color css
<style>
a { background-color: #07B2B1; }
a { background-color: rgb(7,178,177); }
div.DivClassName
{
background-color: #07B2B1;
}
.BgClassName
{
background-color: #07B2B1;
}
</style>
border-color css
<style>
span { border-color: #07B2B1; }
span { border-color: rgb(7,178,177); }
td.TdClassName
{
border-color: #07B2B1;
}
.TagClassName
{
border-color: #07B2B1;
}
</style>