Shades of Iris Blue #07B7CF
Tints of Iris Blue #07B7CF
RGB
CMYK
RGB Variations
Color information
#07B7CF (or 0x07B7CF) is known color: Iris Blue. HEX triplet: 07, B7 and CF. RGB value is (7,183,207). Sum of RGB (Red+Green+Blue) = 7+183+207=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #07B7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B7CF is #F84830. Grayscale: #848484. Windows color (decimal): -16271409 or 13612807. OLE color: 13612807.
HSL color Cylindrical-coordinate representation of color #07B7CF: hue angle of 187.2º 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 #07B7CF is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 183 | 207 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.19 |
| HSL | 187.2º | 0.93% | 0.42% | - |
| HSV(B) | 187.2º | 0.97% | 0.81% | - |
| XYZ | 28.28 | 38.42 | 64.96 | - |
| YUV | 133.11 | 169.69 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 207 | 0.97 | 0.12 | 0 | 0.19 | 187.2 | 0.93 | 0.42 |
| Hex | 7 | B7 | CF | 61 | C | 0 | 13 | BB | 5D | 2A |
| Octal | 7 | 267 | 317 | 141 | 14 | 0 | 23 | 273 | 135 | 52 |
| Binary | 111 | 10110111 | 11001111 | 1100001 | 1100 | 0 | 10011 | 10111011 | 1011101 | 101010 |
Color Harmonies of #07B7CF
Complementary color
Monochromatic Colors of #07B7CF
Black with #07B7CF
Text Example
Text Example
White with #07B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B7CF; }
p { color: rgb(7,183,207); }
H1.HeaderClassName
{
color: #07B7CF;
}
.AnyTagClassName
{
color: #07B7CF;
}
</style>
background-color css
<style>
a { background-color: #07B7CF; }
a { background-color: rgb(7,183,207); }
div.DivClassName
{
background-color: #07B7CF;
}
.BgClassName
{
background-color: #07B7CF;
}
</style>
border-color css
<style>
span { border-color: #07B7CF; }
span { border-color: rgb(7,183,207); }
td.TdClassName
{
border-color: #07B7CF;
}
.TagClassName
{
border-color: #07B7CF;
}
</style>