Shades of Iris Blue #07BCCB
Tints of Iris Blue #07BCCB
RGB
CMYK
RGB Variations
Color information
#07BCCB (or 0x07BCCB) is known color: Iris Blue. HEX triplet: 07, BC and CB. RGB value is (7,188,203). Sum of RGB (Red+Green+Blue) = 7+188+203=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #07BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCCB is #F84334. Grayscale: #878787. Windows color (decimal): -16270133 or 13351943. OLE color: 13351943.
HSL color Cylindrical-coordinate representation of color #07BCCB: hue angle of 184.59º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCCB is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 188 | 203 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.20 |
| HSL | 184.59º | 0.93% | 0.41% | - |
| HSV(B) | 184.59º | 0.97% | 0.8% | - |
| XYZ | 28.85 | 40.32 | 62.76 | - |
| YUV | 135.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 203 | 0.97 | 0.07 | 0 | 0.20 | 184.59 | 0.93 | 0.41 |
| Hex | 7 | BC | CB | 61 | 7 | 0 | 14 | B9 | 5D | 29 |
| Octal | 7 | 274 | 313 | 141 | 7 | 0 | 24 | 271 | 135 | 51 |
| Binary | 111 | 10111100 | 11001011 | 1100001 | 111 | 0 | 10100 | 10111001 | 1011101 | 101001 |
Color Harmonies of #07BCCB
Complementary color
Monochromatic Colors of #07BCCB
Black with #07BCCB
Text Example
Text Example
White with #07BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCCB; }
p { color: rgb(7,188,203); }
H1.HeaderClassName
{
color: #07BCCB;
}
.AnyTagClassName
{
color: #07BCCB;
}
</style>
background-color css
<style>
a { background-color: #07BCCB; }
a { background-color: rgb(7,188,203); }
div.DivClassName
{
background-color: #07BCCB;
}
.BgClassName
{
background-color: #07BCCB;
}
</style>
border-color css
<style>
span { border-color: #07BCCB; }
span { border-color: rgb(7,188,203); }
td.TdClassName
{
border-color: #07BCCB;
}
.TagClassName
{
border-color: #07BCCB;
}
</style>