Shades of Iris Blue #07BDE1
Tints of Iris Blue #07BDE1
RGB
CMYK
RGB Variations
Color information
#07BDE1 (or 0x07BDE1) is known color: Iris Blue. HEX triplet: 07, BD and E1. RGB value is (7,189,225). Sum of RGB (Red+Green+Blue) = 7+189+225=421 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #07BDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDE1 is #F8421E. Grayscale: #8A8A8A. Windows color (decimal): -16269855 or 14793991. OLE color: 14793991.
HSL color Cylindrical-coordinate representation of color #07BDE1: hue angle of 189.91º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BDE1 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 189 | 225 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.12 |
| HSL | 189.91º | 0.94% | 0.45% | - |
| HSV(B) | 189.91º | 0.97% | 0.88% | - |
| XYZ | 31.88 | 41.88 | 77.64 | - |
| YUV | 138.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 225 | 0.97 | 0.16 | 0 | 0.12 | 189.91 | 0.94 | 0.45 |
| Hex | 7 | BD | E1 | 61 | 10 | 0 | C | BE | 5E | 2D |
| Octal | 7 | 275 | 341 | 141 | 20 | 0 | 14 | 276 | 136 | 55 |
| Binary | 111 | 10111101 | 11100001 | 1100001 | 10000 | 0 | 1100 | 10111110 | 1011110 | 101101 |
Color Harmonies of #07BDE1
Complementary color
Monochromatic Colors of #07BDE1
Black with #07BDE1
Text Example
Text Example
White with #07BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDE1; }
p { color: rgb(7,189,225); }
H1.HeaderClassName
{
color: #07BDE1;
}
.AnyTagClassName
{
color: #07BDE1;
}
</style>
background-color css
<style>
a { background-color: #07BDE1; }
a { background-color: rgb(7,189,225); }
div.DivClassName
{
background-color: #07BDE1;
}
.BgClassName
{
background-color: #07BDE1;
}
</style>
border-color css
<style>
span { border-color: #07BDE1; }
span { border-color: rgb(7,189,225); }
td.TdClassName
{
border-color: #07BDE1;
}
.TagClassName
{
border-color: #07BDE1;
}
</style>