Shades of Iris Blue #07B9BD
Tints of Iris Blue #07B9BD
RGB
CMYK
RGB Variations
Color information
#07B9BD (or 0x07B9BD) is known color: Iris Blue. HEX triplet: 07, B9 and BD. RGB value is (7,185,189). Sum of RGB (Red+Green+Blue) = 7+185+189=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #07B9BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9BD is #F84642. Grayscale: #848484. Windows color (decimal): -16270915 or 12433671. OLE color: 12433671.
HSL color Cylindrical-coordinate representation of color #07B9BD: hue angle of 181.32º 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 #07B9BD is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 185 | 189 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.26 |
| HSL | 181.32º | 0.93% | 0.38% | - |
| HSV(B) | 181.32º | 0.96% | 0.74% | - |
| XYZ | 26.62 | 38.42 | 54.16 | - |
| YUV | 132.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 189 | 0.96 | 0.02 | 0 | 0.26 | 181.32 | 0.93 | 0.38 |
| Hex | 7 | B9 | BD | 60 | 2 | 0 | 1A | B5 | 5D | 26 |
| Octal | 7 | 271 | 275 | 140 | 2 | 0 | 32 | 265 | 135 | 46 |
| Binary | 111 | 10111001 | 10111101 | 1100000 | 10 | 0 | 11010 | 10110101 | 1011101 | 100110 |
Color Harmonies of #07B9BD
Complementary color
Monochromatic Colors of #07B9BD
Black with #07B9BD
Text Example
Text Example
White with #07B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B9BD; }
p { color: rgb(7,185,189); }
H1.HeaderClassName
{
color: #07B9BD;
}
.AnyTagClassName
{
color: #07B9BD;
}
</style>
background-color css
<style>
a { background-color: #07B9BD; }
a { background-color: rgb(7,185,189); }
div.DivClassName
{
background-color: #07B9BD;
}
.BgClassName
{
background-color: #07B9BD;
}
</style>
border-color css
<style>
span { border-color: #07B9BD; }
span { border-color: rgb(7,185,189); }
td.TdClassName
{
border-color: #07B9BD;
}
.TagClassName
{
border-color: #07B9BD;
}
</style>