Shades of Iris Blue #07BFCF
Tints of Iris Blue #07BFCF
RGB
CMYK
RGB Variations
Color information
#07BFCF (or 0x07BFCF) is known color: Iris Blue. HEX triplet: 07, BF and CF. RGB value is (7,191,207). Sum of RGB (Red+Green+Blue) = 7+191+207=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #07BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFCF is #F84030. Grayscale: #898989. Windows color (decimal): -16269361 or 13614855. OLE color: 13614855.
HSL color Cylindrical-coordinate representation of color #07BFCF: hue angle of 184.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFCF is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 191 | 207 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.19 |
| HSL | 184.8º | 0.93% | 0.42% | - |
| HSV(B) | 184.8º | 0.97% | 0.81% | - |
| XYZ | 29.98 | 41.81 | 65.52 | - |
| YUV | 137.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 207 | 0.97 | 0.08 | 0 | 0.19 | 184.8 | 0.93 | 0.42 |
| Hex | 7 | BF | CF | 61 | 8 | 0 | 13 | B9 | 5D | 2A |
| Octal | 7 | 277 | 317 | 141 | 10 | 0 | 23 | 271 | 135 | 52 |
| Binary | 111 | 10111111 | 11001111 | 1100001 | 1000 | 0 | 10011 | 10111001 | 1011101 | 101010 |
Color Harmonies of #07BFCF
Complementary color
Monochromatic Colors of #07BFCF
Black with #07BFCF
Text Example
Text Example
White with #07BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFCF; }
p { color: rgb(7,191,207); }
H1.HeaderClassName
{
color: #07BFCF;
}
.AnyTagClassName
{
color: #07BFCF;
}
</style>
background-color css
<style>
a { background-color: #07BFCF; }
a { background-color: rgb(7,191,207); }
div.DivClassName
{
background-color: #07BFCF;
}
.BgClassName
{
background-color: #07BFCF;
}
</style>
border-color css
<style>
span { border-color: #07BFCF; }
span { border-color: rgb(7,191,207); }
td.TdClassName
{
border-color: #07BFCF;
}
.TagClassName
{
border-color: #07BFCF;
}
</style>