Shades of Iris Blue #07BDB2
Tints of Iris Blue #07BDB2
RGB
CMYK
RGB Variations
Color information
#07BDB2 (or 0x07BDB2) is known color: Iris Blue. HEX triplet: 07, BD and B2. RGB value is (7,189,178). Sum of RGB (Red+Green+Blue) = 7+189+178=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BDB2 is #F8424D. Grayscale: #858585. Windows color (decimal): -16269902 or 11713799. OLE color: 11713799.
HSL color Cylindrical-coordinate representation of color #07BDB2: hue angle of 176.37º 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 #07BDB2 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 178 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.26 |
| HSL | 176.37º | 0.93% | 0.38% | - |
| HSV(B) | 176.37º | 0.96% | 0.74% | - |
| XYZ | 26.32 | 39.65 | 48.39 | - |
| YUV | 133.33 | 153.2 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 178 | 0.96 | 0 | 0.06 | 0.26 | 176.37 | 0.93 | 0.38 |
| Hex | 7 | BD | B2 | 60 | 0 | 6 | 1A | B0 | 5D | 26 |
| Octal | 7 | 275 | 262 | 140 | 0 | 6 | 32 | 260 | 135 | 46 |
| Binary | 111 | 10111101 | 10110010 | 1100000 | 0 | 110 | 11010 | 10110000 | 1011101 | 100110 |
Color Harmonies of #07BDB2
Complementary color
Monochromatic Colors of #07BDB2
Black with #07BDB2
Text Example
Text Example
White with #07BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDB2; }
p { color: rgb(7,189,178); }
H1.HeaderClassName
{
color: #07BDB2;
}
.AnyTagClassName
{
color: #07BDB2;
}
</style>
background-color css
<style>
a { background-color: #07BDB2; }
a { background-color: rgb(7,189,178); }
div.DivClassName
{
background-color: #07BDB2;
}
.BgClassName
{
background-color: #07BDB2;
}
</style>
border-color css
<style>
span { border-color: #07BDB2; }
span { border-color: rgb(7,189,178); }
td.TdClassName
{
border-color: #07BDB2;
}
.TagClassName
{
border-color: #07BDB2;
}
</style>