Shades of Iris Blue #07BED4
Tints of Iris Blue #07BED4
RGB
CMYK
RGB Variations
Color information
#07BED4 (or 0x07BED4) is known color: Iris Blue. HEX triplet: 07, BE and D4. RGB value is (7,190,212). Sum of RGB (Red+Green+Blue) = 7+190+212=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #07BED4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BED4 is #F8412B. Grayscale: #898989. Windows color (decimal): -16269612 or 13942279. OLE color: 13942279.
HSL color Cylindrical-coordinate representation of color #07BED4: hue angle of 186.44º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BED4 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 7 | 190 | 212 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.17 |
| HSL | 186.44º | 0.94% | 0.43% | - |
| HSV(B) | 186.44º | 0.97% | 0.83% | - |
| XYZ | 30.38 | 41.63 | 68.72 | - |
| YUV | 137.79 | 169.87 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 212 | 0.97 | 0.10 | 0 | 0.17 | 186.44 | 0.94 | 0.43 |
| Hex | 7 | BE | D4 | 61 | A | 0 | 11 | BA | 5E | 2B |
| Octal | 7 | 276 | 324 | 141 | 12 | 0 | 21 | 272 | 136 | 53 |
| Binary | 111 | 10111110 | 11010100 | 1100001 | 1010 | 0 | 10001 | 10111010 | 1011110 | 101011 |
Color Harmonies of #07BED4
Complementary color
Monochromatic Colors of #07BED4
Black with #07BED4
Text Example
Text Example
White with #07BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BED4; }
p { color: rgb(7,190,212); }
H1.HeaderClassName
{
color: #07BED4;
}
.AnyTagClassName
{
color: #07BED4;
}
</style>
background-color css
<style>
a { background-color: #07BED4; }
a { background-color: rgb(7,190,212); }
div.DivClassName
{
background-color: #07BED4;
}
.BgClassName
{
background-color: #07BED4;
}
</style>
border-color css
<style>
span { border-color: #07BED4; }
span { border-color: rgb(7,190,212); }
td.TdClassName
{
border-color: #07BED4;
}
.TagClassName
{
border-color: #07BED4;
}
</style>