Shades of Iris Blue #07BBCD
Tints of Iris Blue #07BBCD
RGB
CMYK
RGB Variations
Color information
#07BBCD (or 0x07BBCD) is known color: Iris Blue. HEX triplet: 07, BB and CD. RGB value is (7,187,205). Sum of RGB (Red+Green+Blue) = 7+187+205=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #07BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBCD is #F84432. Grayscale: #868686. Windows color (decimal): -16270387 or 13482759. OLE color: 13482759.
HSL color Cylindrical-coordinate representation of color #07BBCD: hue angle of 185.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBCD is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 187 | 205 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.20 |
| HSL | 185.45º | 0.93% | 0.42% | - |
| HSV(B) | 185.45º | 0.97% | 0.8% | - |
| XYZ | 28.88 | 39.99 | 63.96 | - |
| YUV | 135.23 | 167.37 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 205 | 0.97 | 0.09 | 0 | 0.20 | 185.45 | 0.93 | 0.42 |
| Hex | 7 | BB | CD | 61 | 9 | 0 | 14 | B9 | 5D | 2A |
| Octal | 7 | 273 | 315 | 141 | 11 | 0 | 24 | 271 | 135 | 52 |
| Binary | 111 | 10111011 | 11001101 | 1100001 | 1001 | 0 | 10100 | 10111001 | 1011101 | 101010 |
Color Harmonies of #07BBCD
Complementary color
Monochromatic Colors of #07BBCD
Black with #07BBCD
Text Example
Text Example
White with #07BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBCD; }
p { color: rgb(7,187,205); }
H1.HeaderClassName
{
color: #07BBCD;
}
.AnyTagClassName
{
color: #07BBCD;
}
</style>
background-color css
<style>
a { background-color: #07BBCD; }
a { background-color: rgb(7,187,205); }
div.DivClassName
{
background-color: #07BBCD;
}
.BgClassName
{
background-color: #07BBCD;
}
</style>
border-color css
<style>
span { border-color: #07BBCD; }
span { border-color: rgb(7,187,205); }
td.TdClassName
{
border-color: #07BBCD;
}
.TagClassName
{
border-color: #07BBCD;
}
</style>