Shades of Iris Blue #07BBDD
Tints of Iris Blue #07BBDD
RGB
CMYK
RGB Variations
Color information
#07BBDD (or 0x07BBDD) is known color: Iris Blue. HEX triplet: 07, BB and DD. RGB value is (7,187,221). Sum of RGB (Red+Green+Blue) = 7+187+221=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #07BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBDD is #F84422. Grayscale: #888888. Windows color (decimal): -16270371 or 14531335. OLE color: 14531335.
HSL color Cylindrical-coordinate representation of color #07BBDD: hue angle of 189.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBDD is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 187 | 221 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.13 |
| HSL | 189.53º | 0.94% | 0.45% | - |
| HSV(B) | 189.53º | 0.97% | 0.87% | - |
| XYZ | 30.91 | 40.81 | 74.65 | - |
| YUV | 137.06 | 175.37 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 221 | 0.97 | 0.15 | 0 | 0.13 | 189.53 | 0.94 | 0.45 |
| Hex | 7 | BB | DD | 61 | F | 0 | D | BE | 5E | 2D |
| Octal | 7 | 273 | 335 | 141 | 17 | 0 | 15 | 276 | 136 | 55 |
| Binary | 111 | 10111011 | 11011101 | 1100001 | 1111 | 0 | 1101 | 10111110 | 1011110 | 101101 |
Color Harmonies of #07BBDD
Complementary color
Monochromatic Colors of #07BBDD
Black with #07BBDD
Text Example
Text Example
White with #07BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBDD; }
p { color: rgb(7,187,221); }
H1.HeaderClassName
{
color: #07BBDD;
}
.AnyTagClassName
{
color: #07BBDD;
}
</style>
background-color css
<style>
a { background-color: #07BBDD; }
a { background-color: rgb(7,187,221); }
div.DivClassName
{
background-color: #07BBDD;
}
.BgClassName
{
background-color: #07BBDD;
}
</style>
border-color css
<style>
span { border-color: #07BBDD; }
span { border-color: rgb(7,187,221); }
td.TdClassName
{
border-color: #07BBDD;
}
.TagClassName
{
border-color: #07BBDD;
}
</style>