Shades of Iris Blue #07BDD9
Tints of Iris Blue #07BDD9
RGB
CMYK
RGB Variations
Color information
#07BDD9 (or 0x07BDD9) is known color: Iris Blue. HEX triplet: 07, BD and D9. RGB value is (7,189,217). Sum of RGB (Red+Green+Blue) = 7+189+217=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #07BDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDD9 is #F84226. Grayscale: #898989. Windows color (decimal): -16269863 or 14269703. OLE color: 14269703.
HSL color Cylindrical-coordinate representation of color #07BDD9: hue angle of 188º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BDD9 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 189 | 217 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.15 |
| HSL | 188º | 0.94% | 0.44% | - |
| HSV(B) | 188º | 0.97% | 0.85% | - |
| XYZ | 30.81 | 41.45 | 72.02 | - |
| YUV | 137.77 | 172.7 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 217 | 0.97 | 0.13 | 0 | 0.15 | 188 | 0.94 | 0.44 |
| Hex | 7 | BD | D9 | 61 | D | 0 | F | BC | 5E | 2C |
| Octal | 7 | 275 | 331 | 141 | 15 | 0 | 17 | 274 | 136 | 54 |
| Binary | 111 | 10111101 | 11011001 | 1100001 | 1101 | 0 | 1111 | 10111100 | 1011110 | 101100 |
Color Harmonies of #07BDD9
Complementary color
Monochromatic Colors of #07BDD9
Black with #07BDD9
Text Example
Text Example
White with #07BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDD9; }
p { color: rgb(7,189,217); }
H1.HeaderClassName
{
color: #07BDD9;
}
.AnyTagClassName
{
color: #07BDD9;
}
</style>
background-color css
<style>
a { background-color: #07BDD9; }
a { background-color: rgb(7,189,217); }
div.DivClassName
{
background-color: #07BDD9;
}
.BgClassName
{
background-color: #07BDD9;
}
</style>
border-color css
<style>
span { border-color: #07BDD9; }
span { border-color: rgb(7,189,217); }
td.TdClassName
{
border-color: #07BDD9;
}
.TagClassName
{
border-color: #07BDD9;
}
</style>