Shades of Iris Blue #07B8B2
Tints of Iris Blue #07B8B2
RGB
CMYK
RGB Variations
Color information
#07B8B2 (or 0x07B8B2) is known color: Iris Blue. HEX triplet: 07, B8 and B2. RGB value is (7,184,178). Sum of RGB (Red+Green+Blue) = 7+184+178=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #07B8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B8B2 is #F8474D. Grayscale: #828282. Windows color (decimal): -16271182 or 11712519. OLE color: 11712519.
HSL color Cylindrical-coordinate representation of color #07B8B2: hue angle of 177.97º 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 #07B8B2 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 178 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.28 |
| HSL | 177.97º | 0.93% | 0.37% | - |
| HSV(B) | 177.97º | 0.96% | 0.72% | - |
| XYZ | 25.26 | 37.54 | 48.03 | - |
| YUV | 130.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 178 | 0.96 | 0 | 0.03 | 0.28 | 177.97 | 0.93 | 0.37 |
| Hex | 7 | B8 | B2 | 60 | 0 | 3 | 1C | B2 | 5D | 25 |
| Octal | 7 | 270 | 262 | 140 | 0 | 3 | 34 | 262 | 135 | 45 |
| Binary | 111 | 10111000 | 10110010 | 1100000 | 0 | 11 | 11100 | 10110010 | 1011101 | 100101 |
Color Harmonies of #07B8B2
Complementary color
Monochromatic Colors of #07B8B2
Black with #07B8B2
Text Example
Text Example
White with #07B8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B8B2; }
p { color: rgb(7,184,178); }
H1.HeaderClassName
{
color: #07B8B2;
}
.AnyTagClassName
{
color: #07B8B2;
}
</style>
background-color css
<style>
a { background-color: #07B8B2; }
a { background-color: rgb(7,184,178); }
div.DivClassName
{
background-color: #07B8B2;
}
.BgClassName
{
background-color: #07B8B2;
}
</style>
border-color css
<style>
span { border-color: #07B8B2; }
span { border-color: rgb(7,184,178); }
td.TdClassName
{
border-color: #07B8B2;
}
.TagClassName
{
border-color: #07B8B2;
}
</style>