Shades of Iris Blue #07BCDE
Tints of Iris Blue #07BCDE
RGB
CMYK
RGB Variations
Color information
#07BCDE (or 0x07BCDE) is known color: Iris Blue. HEX triplet: 07, BC and DE. RGB value is (7,188,222). Sum of RGB (Red+Green+Blue) = 7+188+222=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #07BCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCDE is #F84321. Grayscale: #898989. Windows color (decimal): -16270114 or 14597127. OLE color: 14597127.
HSL color Cylindrical-coordinate representation of color #07BCDE: hue angle of 189.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCDE is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 188 | 222 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.13 |
| HSL | 189.49º | 0.94% | 0.45% | - |
| HSV(B) | 189.49º | 0.97% | 0.87% | - |
| XYZ | 31.26 | 41.29 | 75.43 | - |
| YUV | 137.76 | 175.53 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 222 | 0.97 | 0.15 | 0 | 0.13 | 189.49 | 0.94 | 0.45 |
| Hex | 7 | BC | DE | 61 | F | 0 | D | BD | 5E | 2D |
| Octal | 7 | 274 | 336 | 141 | 17 | 0 | 15 | 275 | 136 | 55 |
| Binary | 111 | 10111100 | 11011110 | 1100001 | 1111 | 0 | 1101 | 10111101 | 1011110 | 101101 |
Color Harmonies of #07BCDE
Complementary color
Monochromatic Colors of #07BCDE
Black with #07BCDE
Text Example
Text Example
White with #07BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCDE; }
p { color: rgb(7,188,222); }
H1.HeaderClassName
{
color: #07BCDE;
}
.AnyTagClassName
{
color: #07BCDE;
}
</style>
background-color css
<style>
a { background-color: #07BCDE; }
a { background-color: rgb(7,188,222); }
div.DivClassName
{
background-color: #07BCDE;
}
.BgClassName
{
background-color: #07BCDE;
}
</style>
border-color css
<style>
span { border-color: #07BCDE; }
span { border-color: rgb(7,188,222); }
td.TdClassName
{
border-color: #07BCDE;
}
.TagClassName
{
border-color: #07BCDE;
}
</style>