Shades of Iris Blue #07BEBE
Tints of Iris Blue #07BEBE
RGB
CMYK
RGB Variations
Color information
#07BEBE (or 0x07BEBE) is known color: Iris Blue. HEX triplet: 07, BE and BE. RGB value is (7,190,190). Sum of RGB (Red+Green+Blue) = 7+190+190=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #07BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BEBE is #F84141. Grayscale: #878787. Windows color (decimal): -16269634 or 12500487. OLE color: 12500487.
HSL color Cylindrical-coordinate representation of color #07BEBE: hue angle of 180º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BEBE is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 190 | - |
| CMYK | 0.96 | 0 | 0 | 0.25 |
| HSL | 180º | 0.93% | 0.39% | - |
| HSV(B) | 180º | 0.96% | 0.75% | - |
| XYZ | 27.8 | 40.59 | 55.08 | - |
| YUV | 135.28 | 158.87 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 190 | 0.96 | 0 | 0 | 0.25 | 180 | 0.93 | 0.39 |
| Hex | 7 | BE | BE | 60 | 0 | 0 | 19 | B4 | 5D | 27 |
| Octal | 7 | 276 | 276 | 140 | 0 | 0 | 31 | 264 | 135 | 47 |
| Binary | 111 | 10111110 | 10111110 | 1100000 | 0 | 0 | 11001 | 10110100 | 1011101 | 100111 |
Color Harmonies of #07BEBE
Complementary color
Monochromatic Colors of #07BEBE
Black with #07BEBE
Text Example
Text Example
White with #07BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEBE; }
p { color: rgb(7,190,190); }
H1.HeaderClassName
{
color: #07BEBE;
}
.AnyTagClassName
{
color: #07BEBE;
}
</style>
background-color css
<style>
a { background-color: #07BEBE; }
a { background-color: rgb(7,190,190); }
div.DivClassName
{
background-color: #07BEBE;
}
.BgClassName
{
background-color: #07BEBE;
}
</style>
border-color css
<style>
span { border-color: #07BEBE; }
span { border-color: rgb(7,190,190); }
td.TdClassName
{
border-color: #07BEBE;
}
.TagClassName
{
border-color: #07BEBE;
}
</style>