Shades of Iris Blue #07BDDB
Tints of Iris Blue #07BDDB
RGB
CMYK
RGB Variations
Color information
#07BDDB (or 0x07BDDB) is known color: Iris Blue. HEX triplet: 07, BD and DB. RGB value is (7,189,219). Sum of RGB (Red+Green+Blue) = 7+189+219=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #07BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDDB is #F84224. Grayscale: #898989. Windows color (decimal): -16269861 or 14400775. OLE color: 14400775.
HSL color Cylindrical-coordinate representation of color #07BDDB: hue angle of 188.49º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BDDB is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 189 | 219 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.14 |
| HSL | 188.49º | 0.94% | 0.44% | - |
| HSV(B) | 188.49º | 0.97% | 0.86% | - |
| XYZ | 31.07 | 41.55 | 73.4 | - |
| YUV | 138 | 173.7 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 219 | 0.97 | 0.14 | 0 | 0.14 | 188.49 | 0.94 | 0.44 |
| Hex | 7 | BD | DB | 61 | E | 0 | E | BC | 5E | 2C |
| Octal | 7 | 275 | 333 | 141 | 16 | 0 | 16 | 274 | 136 | 54 |
| Binary | 111 | 10111101 | 11011011 | 1100001 | 1110 | 0 | 1110 | 10111100 | 1011110 | 101100 |
Color Harmonies of #07BDDB
Complementary color
Monochromatic Colors of #07BDDB
Black with #07BDDB
Text Example
Text Example
White with #07BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDDB; }
p { color: rgb(7,189,219); }
H1.HeaderClassName
{
color: #07BDDB;
}
.AnyTagClassName
{
color: #07BDDB;
}
</style>
background-color css
<style>
a { background-color: #07BDDB; }
a { background-color: rgb(7,189,219); }
div.DivClassName
{
background-color: #07BDDB;
}
.BgClassName
{
background-color: #07BDDB;
}
</style>
border-color css
<style>
span { border-color: #07BDDB; }
span { border-color: rgb(7,189,219); }
td.TdClassName
{
border-color: #07BDDB;
}
.TagClassName
{
border-color: #07BDDB;
}
</style>