Shades of Iris Blue #07B2BC
Tints of Iris Blue #07B2BC
RGB
CMYK
RGB Variations
Color information
#07B2BC (or 0x07B2BC) is known color: Iris Blue. HEX triplet: 07, B2 and BC. RGB value is (7,178,188). Sum of RGB (Red+Green+Blue) = 7+178+188=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #07B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B2BC is #F84D43. Grayscale: #7F7F7F. Windows color (decimal): -16272708 or 12366343. OLE color: 12366343.
HSL color Cylindrical-coordinate representation of color #07B2BC: hue angle of 183.31º 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 #07B2BC is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 178 | 188 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.26 |
| HSL | 183.31º | 0.93% | 0.38% | - |
| HSV(B) | 183.31º | 0.96% | 0.74% | - |
| XYZ | 25.09 | 35.52 | 53.11 | - |
| YUV | 128.01 | 161.85 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 188 | 0.96 | 0.05 | 0 | 0.26 | 183.31 | 0.93 | 0.38 |
| Hex | 7 | B2 | BC | 60 | 5 | 0 | 1A | B7 | 5D | 26 |
| Octal | 7 | 262 | 274 | 140 | 5 | 0 | 32 | 267 | 135 | 46 |
| Binary | 111 | 10110010 | 10111100 | 1100000 | 101 | 0 | 11010 | 10110111 | 1011101 | 100110 |
Color Harmonies of #07B2BC
Complementary color
Monochromatic Colors of #07B2BC
Black with #07B2BC
Text Example
Text Example
White with #07B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B2BC; }
p { color: rgb(7,178,188); }
H1.HeaderClassName
{
color: #07B2BC;
}
.AnyTagClassName
{
color: #07B2BC;
}
</style>
background-color css
<style>
a { background-color: #07B2BC; }
a { background-color: rgb(7,178,188); }
div.DivClassName
{
background-color: #07B2BC;
}
.BgClassName
{
background-color: #07B2BC;
}
</style>
border-color css
<style>
span { border-color: #07B2BC; }
span { border-color: rgb(7,178,188); }
td.TdClassName
{
border-color: #07B2BC;
}
.TagClassName
{
border-color: #07B2BC;
}
</style>