Shades of Iris Blue #07BECE
Tints of Iris Blue #07BECE
RGB
CMYK
RGB Variations
Color information
#07BECE (or 0x07BECE) is known color: Iris Blue. HEX triplet: 07, BE and CE. RGB value is (7,190,206). Sum of RGB (Red+Green+Blue) = 7+190+206=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #07BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BECE is #F84131. Grayscale: #888888. Windows color (decimal): -16269618 or 13549063. OLE color: 13549063.
HSL color Cylindrical-coordinate representation of color #07BECE: hue angle of 184.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BECE is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 190 | 206 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.19 |
| HSL | 184.82º | 0.93% | 0.42% | - |
| HSV(B) | 184.82º | 0.97% | 0.81% | - |
| XYZ | 29.64 | 41.33 | 64.81 | - |
| YUV | 137.11 | 166.87 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 206 | 0.97 | 0.08 | 0 | 0.19 | 184.82 | 0.93 | 0.42 |
| Hex | 7 | BE | CE | 61 | 8 | 0 | 13 | B9 | 5D | 2A |
| Octal | 7 | 276 | 316 | 141 | 10 | 0 | 23 | 271 | 135 | 52 |
| Binary | 111 | 10111110 | 11001110 | 1100001 | 1000 | 0 | 10011 | 10111001 | 1011101 | 101010 |
Color Harmonies of #07BECE
Complementary color
Monochromatic Colors of #07BECE
Black with #07BECE
Text Example
Text Example
White with #07BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BECE; }
p { color: rgb(7,190,206); }
H1.HeaderClassName
{
color: #07BECE;
}
.AnyTagClassName
{
color: #07BECE;
}
</style>
background-color css
<style>
a { background-color: #07BECE; }
a { background-color: rgb(7,190,206); }
div.DivClassName
{
background-color: #07BECE;
}
.BgClassName
{
background-color: #07BECE;
}
</style>
border-color css
<style>
span { border-color: #07BECE; }
span { border-color: rgb(7,190,206); }
td.TdClassName
{
border-color: #07BECE;
}
.TagClassName
{
border-color: #07BECE;
}
</style>