Shades of Iris Blue #07BDBC
Tints of Iris Blue #07BDBC
RGB
CMYK
RGB Variations
Color information
#07BDBC (or 0x07BDBC) is known color: Iris Blue. HEX triplet: 07, BD and BC. RGB value is (7,189,188). Sum of RGB (Red+Green+Blue) = 7+189+188=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDBC is #F84243. Grayscale: #868686. Windows color (decimal): -16269892 or 12369159. OLE color: 12369159.
HSL color Cylindrical-coordinate representation of color #07BDBC: hue angle of 179.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BDBC is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 188 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.26 |
| HSL | 179.67º | 0.93% | 0.38% | - |
| HSV(B) | 179.67º | 0.96% | 0.74% | - |
| XYZ | 27.36 | 40.07 | 53.87 | - |
| YUV | 134.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 188 | 0.96 | 0 | 0.01 | 0.26 | 179.67 | 0.93 | 0.38 |
| Hex | 7 | BD | BC | 60 | 0 | 1 | 1A | B4 | 5D | 26 |
| Octal | 7 | 275 | 274 | 140 | 0 | 1 | 32 | 264 | 135 | 46 |
| Binary | 111 | 10111101 | 10111100 | 1100000 | 0 | 1 | 11010 | 10110100 | 1011101 | 100110 |
Color Harmonies of #07BDBC
Complementary color
Monochromatic Colors of #07BDBC
Black with #07BDBC
Text Example
Text Example
White with #07BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDBC; }
p { color: rgb(7,189,188); }
H1.HeaderClassName
{
color: #07BDBC;
}
.AnyTagClassName
{
color: #07BDBC;
}
</style>
background-color css
<style>
a { background-color: #07BDBC; }
a { background-color: rgb(7,189,188); }
div.DivClassName
{
background-color: #07BDBC;
}
.BgClassName
{
background-color: #07BDBC;
}
</style>
border-color css
<style>
span { border-color: #07BDBC; }
span { border-color: rgb(7,189,188); }
td.TdClassName
{
border-color: #07BDBC;
}
.TagClassName
{
border-color: #07BDBC;
}
</style>