Shades of Iris Blue #07BCD0
Tints of Iris Blue #07BCD0
RGB
CMYK
RGB Variations
Color information
#07BCD0 (or 0x07BCD0) is known color: Iris Blue. HEX triplet: 07, BC and D0. RGB value is (7,188,208). Sum of RGB (Red+Green+Blue) = 7+188+208=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #07BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCD0 is #F8432F. Grayscale: #878787. Windows color (decimal): -16270128 or 13679623. OLE color: 13679623.
HSL color Cylindrical-coordinate representation of color #07BCD0: hue angle of 185.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCD0 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 188 | 208 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.18 |
| HSL | 185.97º | 0.93% | 0.42% | - |
| HSV(B) | 185.97º | 0.97% | 0.82% | - |
| XYZ | 29.46 | 40.57 | 65.95 | - |
| YUV | 136.16 | 168.53 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 208 | 0.97 | 0.10 | 0 | 0.18 | 185.97 | 0.93 | 0.42 |
| Hex | 7 | BC | D0 | 61 | A | 0 | 12 | BA | 5D | 2A |
| Octal | 7 | 274 | 320 | 141 | 12 | 0 | 22 | 272 | 135 | 52 |
| Binary | 111 | 10111100 | 11010000 | 1100001 | 1010 | 0 | 10010 | 10111010 | 1011101 | 101010 |
Color Harmonies of #07BCD0
Complementary color
Monochromatic Colors of #07BCD0
Black with #07BCD0
Text Example
Text Example
White with #07BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCD0; }
p { color: rgb(7,188,208); }
H1.HeaderClassName
{
color: #07BCD0;
}
.AnyTagClassName
{
color: #07BCD0;
}
</style>
background-color css
<style>
a { background-color: #07BCD0; }
a { background-color: rgb(7,188,208); }
div.DivClassName
{
background-color: #07BCD0;
}
.BgClassName
{
background-color: #07BCD0;
}
</style>
border-color css
<style>
span { border-color: #07BCD0; }
span { border-color: rgb(7,188,208); }
td.TdClassName
{
border-color: #07BCD0;
}
.TagClassName
{
border-color: #07BCD0;
}
</style>