Shades of Iris Blue #07BBCF
Tints of Iris Blue #07BBCF
RGB
CMYK
RGB Variations
Color information
#07BBCF (or 0x07BBCF) is known color: Iris Blue. HEX triplet: 07, BB and CF. RGB value is (7,187,207). Sum of RGB (Red+Green+Blue) = 7+187+207=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #07BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBCF is #F84430. Grayscale: #878787. Windows color (decimal): -16270385 or 13613831. OLE color: 13613831.
HSL color Cylindrical-coordinate representation of color #07BBCF: hue angle of 186º 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 #07BBCF is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 187 | 207 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.19 |
| HSL | 186º | 0.93% | 0.42% | - |
| HSV(B) | 186º | 0.97% | 0.81% | - |
| XYZ | 29.12 | 40.09 | 65.23 | - |
| YUV | 135.46 | 168.37 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 207 | 0.97 | 0.10 | 0 | 0.19 | 186 | 0.93 | 0.42 |
| Hex | 7 | BB | CF | 61 | A | 0 | 13 | BA | 5D | 2A |
| Octal | 7 | 273 | 317 | 141 | 12 | 0 | 23 | 272 | 135 | 52 |
| Binary | 111 | 10111011 | 11001111 | 1100001 | 1010 | 0 | 10011 | 10111010 | 1011101 | 101010 |
Color Harmonies of #07BBCF
Complementary color
Monochromatic Colors of #07BBCF
Black with #07BBCF
Text Example
Text Example
White with #07BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBCF; }
p { color: rgb(7,187,207); }
H1.HeaderClassName
{
color: #07BBCF;
}
.AnyTagClassName
{
color: #07BBCF;
}
</style>
background-color css
<style>
a { background-color: #07BBCF; }
a { background-color: rgb(7,187,207); }
div.DivClassName
{
background-color: #07BBCF;
}
.BgClassName
{
background-color: #07BBCF;
}
</style>
border-color css
<style>
span { border-color: #07BBCF; }
span { border-color: rgb(7,187,207); }
td.TdClassName
{
border-color: #07BBCF;
}
.TagClassName
{
border-color: #07BBCF;
}
</style>