Shades of Iris Blue #07B6C5
Tints of Iris Blue #07B6C5
RGB
CMYK
RGB Variations
Color information
#07B6C5 (or 0x07B6C5) is known color: Iris Blue. HEX triplet: 07, B6 and C5. RGB value is (7,182,197). Sum of RGB (Red+Green+Blue) = 7+182+197=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #07B6C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B6C5 is #F8493A. Grayscale: #838383. Windows color (decimal): -16271675 or 12957191. OLE color: 12957191.
HSL color Cylindrical-coordinate representation of color #07B6C5: hue angle of 184.74º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B6C5 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 182 | 197 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.23 |
| HSL | 184.74º | 0.93% | 0.4% | - |
| HSV(B) | 184.74º | 0.96% | 0.77% | - |
| XYZ | 26.89 | 37.53 | 58.65 | - |
| YUV | 131.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 182 | 197 | 0.96 | 0.08 | 0 | 0.23 | 184.74 | 0.93 | 0.4 |
| Hex | 7 | B6 | C5 | 60 | 8 | 0 | 17 | B9 | 5D | 28 |
| Octal | 7 | 266 | 305 | 140 | 10 | 0 | 27 | 271 | 135 | 50 |
| Binary | 111 | 10110110 | 11000101 | 1100000 | 1000 | 0 | 10111 | 10111001 | 1011101 | 101000 |
Color Harmonies of #07B6C5
Complementary color
Monochromatic Colors of #07B6C5
Black with #07B6C5
Text Example
Text Example
White with #07B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B6C5; }
p { color: rgb(7,182,197); }
H1.HeaderClassName
{
color: #07B6C5;
}
.AnyTagClassName
{
color: #07B6C5;
}
</style>
background-color css
<style>
a { background-color: #07B6C5; }
a { background-color: rgb(7,182,197); }
div.DivClassName
{
background-color: #07B6C5;
}
.BgClassName
{
background-color: #07B6C5;
}
</style>
border-color css
<style>
span { border-color: #07B6C5; }
span { border-color: rgb(7,182,197); }
td.TdClassName
{
border-color: #07B6C5;
}
.TagClassName
{
border-color: #07B6C5;
}
</style>